Html Css Color HEX #CC5C5D Mandy

📋 copy color: '#CC5C5D'

red 204 ◦ green 92 ◦ blue 93

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

Shades of Mandy #CC5C5D

Tints of Mandy #CC5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 52.44%
G = 23.65%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC5C5D (or 0xCC5C5D) is known color: Mandy. HEX triplet: CC, 5C and 5D. RGB value is (204,92,93). Sum of RGB (Red+Green+Blue) = 204+92+93=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C5D is #33A3A2. Grayscale: #7D7D7D. Windows color (decimal): -3384227 or 6118604. OLE color: 6118604.

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

Color convert

RGB 204 92 93 -
CMYK 0 0.55 0.54 0.2
HSL 359.46º 0.52% 0.58% -
HSV(B) 359.46º 0.55% 0.8% -
XYZ 30.7 21.28 12.85 -
YUV 125.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 204 92 93 0 0.55 0.54 0.2 359.46 0.52 0.58
Hex CC 5C 5D 0 37 36 14 167 34 3A
Octal 314 134 135 0 67 66 24 547 64 72
Binary 11001100 1011100 1011101 0 110111 110110 10100 101100111 110100 111010

Color Harmonies of #CC5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C5D

Black with #CC5C5D

Text Example


Text Example

White with #CC5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C5D; }

 p { color: rgb(204,92,93); }

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

background-color css

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

 a { background-color: rgb(204,92,93); }

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

border-color css

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

 span { border-color: rgb(204,92,93); }

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