#CC6655

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

Shades of Sunglo #CC6655

Tints of Sunglo #CC6655

Color information

#CC6655 (or 0xCC6655) is unknown color: approx Sunglo. HEX triplet: CC, 66 and 55. RGB value is (204,102,85). Sum of RGB (Red+Green+Blue) = 204+102+85=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6655 is #3399AA. Grayscale: #828282. Windows color (decimal): -3381675 or 5596876. OLE color: 5596876.

HSL color Cylindrical-coordinate representation of color #CC6655: hue angle of 8.57º 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 #CC6655 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20410285-
CMYK00.50.580.2
HSL8.57º53.85%56.67%-
HSV(B)8.57º58.33%80%-
XYZ31.292311.38-
YUV130.56102.29180.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041028500.50.580.28.5753.8556.67
HexCC66550323A1493639
Octal3141461250627224116671
Binary11001100110011010101010110010111010101001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6655; }

 p { color: rgb(204,102,85); }

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

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

 a { background-color: rgb(204,102,85); }

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

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

 span { border-color: rgb(204,102,85); }

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