#CC6652

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

Shades of Sunglo #CC6652

Tints of Sunglo #CC6652

Color information

#CC6652 (or 0xCC6652) is unknown color: approx Sunglo. HEX triplet: CC, 66 and 52. RGB value is (204,102,82). Sum of RGB (Red+Green+Blue) = 204+102+82=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6652 is #3399AD. Grayscale: #828282. Windows color (decimal): -3381678 or 5400268. OLE color: 5400268.

HSL color Cylindrical-coordinate representation of color #CC6652: hue angle of 9.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC6652 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20410282-
CMYK00.50.600.2
HSL9.84º54.46%56.08%-
HSV(B)9.84º59.8%80%-
XYZ31.1822.9510.77-
YUV130.22100.79180.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=52.58%
G=26.29%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041028200.50.600.29.8454.4656.08
HexCC66520323C14a3638
Octal3141461220627424126670
Binary11001100110011010100100110010111100101001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6652; }

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

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

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

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

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

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

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

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