Html Css Color HEX #CC5962 Mandy

📋 copy color: '#CC5962'

red 204 ◦ green 89 ◦ blue 98

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

Shades of Mandy #CC5962

Tints of Mandy #CC5962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 98 (38.67% from 255) = 25.06%

R = 52.17%
G = 22.76%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC5962 (or 0xCC5962) is known color: Mandy. HEX triplet: CC, 59 and 62. RGB value is (204,89,98). Sum of RGB (Red+Green+Blue) = 204+89+98=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5962 is #33A69D. Grayscale: #7C7C7C. Windows color (decimal): -3384990 or 6445516. OLE color: 6445516.

HSL color Cylindrical-coordinate representation of color #CC5962: hue angle of 355.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5962 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 98 -
CMYK 0 0.56 0.52 0.2
HSL 355.3º 0.53% 0.57% -
HSV(B) 355.3º 0.56% 0.8% -
XYZ 30.68 20.86 13.97 -
YUV 124.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 204 89 98 0 0.56 0.52 0.2 355.3 0.53 0.57
Hex CC 59 62 0 38 34 14 163 35 39
Octal 314 131 142 0 70 64 24 543 65 71
Binary 11001100 1011001 1100010 0 111000 110100 10100 101100011 110101 111001

Color Harmonies of #CC5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5962

Black with #CC5962

Text Example


Text Example

White with #CC5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5962; }

 p { color: rgb(204,89,98); }

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

background-color css

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

 a { background-color: rgb(204,89,98); }

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

border-color css

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

 span { border-color: rgb(204,89,98); }

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