#CC6856

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

Shades of Sunglo #CC6856

Tints of Sunglo #CC6856

Color information

#CC6856 (or 0xCC6856) is unknown color: approx Sunglo. HEX triplet: CC, 68 and 56. RGB value is (204,104,86). Sum of RGB (Red+Green+Blue) = 204+104+86=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6856 is #3397A9. Grayscale: #848484. Windows color (decimal): -3381162 or 5662924. OLE color: 5662924.

HSL color Cylindrical-coordinate representation of color #CC6856: hue angle of 9.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6856 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20410486-
CMYK00.490.580.2
HSL9.15º53.64%56.86%-
HSV(B)9.15º57.84%80%-
XYZ31.5323.4111.66-
YUV131.85102.13179.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=51.78%
G=26.40%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041048600.490.580.29.1553.6456.86
HexCC68560313A1493639
Octal3141501260617224116671
Binary11001100110100010101100110001111010101001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6856; }

 p { color: rgb(204,104,86); }

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

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

 a { background-color: rgb(204,104,86); }

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

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

 span { border-color: rgb(204,104,86); }

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