Html Css Color HEX #CC5E52 Sunglo

📋 copy color: '#CC5E52'

red 204 ◦ green 94 ◦ blue 82

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

Shades of Sunglo #CC5E52

Tints of Sunglo #CC5E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

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

R = 53.68%
G = 24.74%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5E52 (or 0xCC5E52) is known color: Sunglo. HEX triplet: CC, 5E and 52. RGB value is (204,94,82). Sum of RGB (Red+Green+Blue) = 204+94+82=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E52 is #33A1AD. Grayscale: #7D7D7D. Windows color (decimal): -3383726 or 5398220. OLE color: 5398220.

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

Color convert

RGB 204 94 82 -
CMYK 0 0.54 0.60 0.2
HSL 5.9º 0.54% 0.56% -
HSV(B) 5.9º 0.6% 0.8% -
XYZ 30.43 21.45 10.52 -
YUV 125.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 204 94 82 0 0.54 0.60 0.2 5.9 0.54 0.56
Hex CC 5E 52 0 36 3C 14 6 36 38
Octal 314 136 122 0 66 74 24 6 66 70
Binary 11001100 1011110 1010010 0 110110 111100 10100 110 110110 111000

Color Harmonies of #CC5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E52

Black with #CC5E52

Text Example


Text Example

White with #CC5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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