Html Css Color HEX #CC6552 Sunglo

📋 copy color: '#CC6552'

red 204 ◦ green 101 ◦ blue 82

#CC6552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #CC6552

Tints of Sunglo #CC6552

RGB

 RED value IS 204 (80.08% from 255) = 52.71%

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 52.71%
G = 26.1%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC6552 (or 0xCC6552) is known color: Sunglo. HEX triplet: CC, 65 and 52. RGB value is (204,101,82). Sum of RGB (Red+Green+Blue) = 204+101+82=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6552 is #339AAD. Grayscale: #818181. Windows color (decimal): -3381934 or 5400012. OLE color: 5400012.

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

Color convert

RGB 204 101 82 -
CMYK 0 0.50 0.60 0.2
HSL 9.34º 0.54% 0.56% -
HSV(B) 9.34º 0.6% 0.8% -
XYZ 31.08 22.75 10.74 -
YUV 129.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 204 101 82 0 0.50 0.60 0.2 9.34 0.54 0.56
Hex CC 65 52 0 32 3C 14 9 36 38
Octal 314 145 122 0 62 74 24 11 66 70
Binary 11001100 1100101 1010010 0 110010 111100 10100 1001 110110 111000

Color Harmonies of #CC6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6552

Black with #CC6552

Text Example


Text Example

White with #CC6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6552; }

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

 H1.HeaderClassName
 {
   color: #CC6552;
 }
 .AnyTagClassName
 {
   color: #CC6552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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