Html Css Color HEX #CC5961 Mandy

📋 copy color: '#CC5961'

red 204 ◦ green 89 ◦ blue 97

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

Shades of Mandy #CC5961

Tints of Mandy #CC5961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 52.31%
G = 22.82%
B = 24.87%

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

#CC5961 (or 0xCC5961) is known color: Mandy. HEX triplet: CC, 59 and 61. RGB value is (204,89,97). Sum of RGB (Red+Green+Blue) = 204+89+97=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5961 is #33A69E. Grayscale: #7C7C7C. Windows color (decimal): -3384991 or 6379980. OLE color: 6379980.

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

Color convert

RGB 204 89 97 -
CMYK 0 0.56 0.52 0.2
HSL 355.83º 0.53% 0.57% -
HSV(B) 355.83º 0.56% 0.8% -
XYZ 30.63 20.85 13.72 -
YUV 124.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 204 89 97 0 0.56 0.52 0.2 355.83 0.53 0.57
Hex CC 59 61 0 38 34 14 164 35 39
Octal 314 131 141 0 70 64 24 544 65 71
Binary 11001100 1011001 1100001 0 111000 110100 10100 101100100 110101 111001

Color Harmonies of #CC5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5961

Black with #CC5961

Text Example


Text Example

White with #CC5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5961; }

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

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

background-color css

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

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

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

border-color css

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

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

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