#C0685D

Color #C0685D Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C0685D

Tints of Sunglo #C0685D

Color information

#C0685D (or 0xC0685D) is unknown color: approx Sunglo. HEX triplet: C0, 68 and 5D. RGB value is (192,104,93). Sum of RGB (Red+Green+Blue) = 192+104+93=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0685D is #3F97A2. Grayscale: #818181. Windows color (decimal): -4167587 or 6121664. OLE color: 6121664.

HSL color Cylindrical-coordinate representation of color #C0685D: hue angle of 6.67º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0685D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19210493-
CMYK00.460.520.25
HSL6.67º44%55.88%-
HSV(B)6.67º51.56%75.29%-
XYZ28.6621.913.07-
YUV129.06107.65172.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=49.36%
G=26.74%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921049300.460.520.256.674455.88
HexC0685D02E341972c38
Octal300150135056643175470
Binary1100000011010001011101010111011010011001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0685D; }

 p { color: rgb(192,104,93); }

 H1.HeaderClassName
 {
   color: #C0685D;
 }
 .AnyTagClassName
 {
   color: #C0685D;
 }
</style>
background-color css

<style>
 a { background-color: #C0685D; }

 a { background-color: rgb(192,104,93); }

 div.DivClassName
 {
   background-color: #C0685D;
 }
 .BgClassName
 {
   background-color: #C0685D;
 }
</style>
border-color css

<style>
 span { border-color: #C0685D; }

 span { border-color: rgb(192,104,93); }

 td.TdClassName
 {
   border-color: #C0685D;
 }
 .TagClassName
 {
   border-color: #C0685D;
 }
</style>