#C66855

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

Shades of Sunglo #C66855

Tints of Sunglo #C66855

Color information

#C66855 (or 0xC66855) is unknown color: approx Sunglo. HEX triplet: C6, 68 and 55. RGB value is (198,104,85). Sum of RGB (Red+Green+Blue) = 198+104+85=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C66855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66855 is #3997AA. Grayscale: #828282. Windows color (decimal): -3774379 or 5597382. OLE color: 5597382.

HSL color Cylindrical-coordinate representation of color #C66855: hue angle of 10.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66855 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19810485-
CMYK00.470.570.22
HSL10.09º49.78%55.49%-
HSV(B)10.09º57.07%77.65%-
XYZ29.8822.5611.37-
YUV129.94102.64176.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=51.16%
G=26.87%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981048500.470.570.2210.0949.7855.49
HexC6685502F3916a3237
Octal3061501250577126126267
Binary11000110110100010101010101111111001101101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66855; }

 p { color: rgb(198,104,85); }

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

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

 a { background-color: rgb(198,104,85); }

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

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

 span { border-color: rgb(198,104,85); }

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