#CC6452

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

Shades of Sunglo #CC6452

Tints of Sunglo #CC6452

Color information

#CC6452 (or 0xCC6452) is unknown color: approx Sunglo. HEX triplet: CC, 64 and 52. RGB value is (204,100,82). Sum of RGB (Red+Green+Blue) = 204+100+82=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6452 is #339BAD. Grayscale: #818181. Windows color (decimal): -3382190 or 5399756. OLE color: 5399756.

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

Color convert

RGB20410082-
CMYK00.510.600.2
HSL8.85º54.46%56.08%-
HSV(B)8.85º59.8%80%-
XYZ30.9822.5610.7-
YUV129.04101.46181.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=52.85%
G=25.91%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041008200.510.600.28.8554.4656.08
HexCC64520333C1493638
Octal3141441220637424116670
Binary11001100110010010100100110011111100101001001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6452; }

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

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

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

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

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

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

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

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