#CC6752

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

Shades of Sunglo #CC6752

Tints of Sunglo #CC6752

Color information

#CC6752 (or 0xCC6752) is unknown color: approx Sunglo. HEX triplet: CC, 67 and 52. RGB value is (204,103,82). Sum of RGB (Red+Green+Blue) = 204+103+82=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6752 is #3398AD. Grayscale: #828282. Windows color (decimal): -3381422 or 5400524. OLE color: 5400524.

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

Color convert

RGB20410382-
CMYK00.500.600.2
HSL10.33º54.46%56.08%-
HSV(B)10.33º59.8%80%-
XYZ31.2823.1510.8-
YUV130.8100.46180.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=52.44%
G=26.48%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041038200.500.600.210.3354.4656.08
HexCC67520323C14a3638
Octal3141471220627424126670
Binary11001100110011110100100110010111100101001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6752; }

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

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

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

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

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

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

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

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