Html Css Color HEX #CC5A5D Mandy

📋 copy color: '#CC5A5D'

red 204 ◦ green 90 ◦ blue 93

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

Shades of Mandy #CC5A5D

Tints of Mandy #CC5A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 52.71%
G = 23.26%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC5A5D (or 0xCC5A5D) is known color: Mandy. HEX triplet: CC, 5A and 5D. RGB value is (204,90,93). Sum of RGB (Red+Green+Blue) = 204+90+93=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A5D is #33A5A2. Grayscale: #7C7C7C. Windows color (decimal): -3384739 or 6118092. OLE color: 6118092.

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

Color convert

RGB 204 90 93 -
CMYK 0 0.56 0.54 0.2
HSL 358.42º 0.53% 0.58% -
HSV(B) 358.42º 0.56% 0.8% -
XYZ 30.53 20.94 12.79 -
YUV 124.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 204 90 93 0 0.56 0.54 0.2 358.42 0.53 0.58
Hex CC 5A 5D 0 38 36 14 166 35 3A
Octal 314 132 135 0 70 66 24 546 65 72
Binary 11001100 1011010 1011101 0 111000 110110 10100 101100110 110101 111010

Color Harmonies of #CC5A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A5D

Black with #CC5A5D

Text Example


Text Example

White with #CC5A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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