#C2685A

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

Shades of Sunglo #C2685A

Tints of Sunglo #C2685A

Color information

#C2685A (or 0xC2685A) is unknown color: approx Sunglo. HEX triplet: C2, 68 and 5A. RGB value is (194,104,90). Sum of RGB (Red+Green+Blue) = 194+104+90=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2685A is #3D97A5. Grayscale: #818181. Windows color (decimal): -4036518 or 5925058. OLE color: 5925058.

HSL color Cylindrical-coordinate representation of color #C2685A: hue angle of 8.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2685A is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19410490-
CMYK00.460.540.24
HSL8.08º46.02%55.69%-
HSV(B)8.08º53.61%76.08%-
XYZ29.0422.1112.41-
YUV129.31105.82174.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=50%
G=26.80%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941049000.460.540.248.0846.0255.69
HexC2685A02E361882e38
Octal3021501320566630105670
Binary11000010110100010110100101110110110110001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2685A; }

 p { color: rgb(194,104,90); }

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

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

 a { background-color: rgb(194,104,90); }

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

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

 span { border-color: rgb(194,104,90); }

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