Html Css Color HEX #CC5A5E Mandy

📋 copy color: '#CC5A5E'

red 204 ◦ green 90 ◦ blue 94

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

Shades of Mandy #CC5A5E

Tints of Mandy #CC5A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 52.58%
G = 23.2%
B = 24.23%

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

#CC5A5E (or 0xCC5A5E) is known color: Mandy. HEX triplet: CC, 5A and 5E. RGB value is (204,90,94). Sum of RGB (Red+Green+Blue) = 204+90+94=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A5E is #33A5A1. Grayscale: #7C7C7C. Windows color (decimal): -3384738 or 6183628. OLE color: 6183628.

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

Color convert

RGB 204 90 94 -
CMYK 0 0.56 0.54 0.2
HSL 357.89º 0.53% 0.58% -
HSV(B) 357.89º 0.56% 0.8% -
XYZ 30.58 20.96 13.02 -
YUV 124.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 204 90 94 0 0.56 0.54 0.2 357.89 0.53 0.58
Hex CC 5A 5E 0 38 36 14 166 35 3A
Octal 314 132 136 0 70 66 24 546 65 72
Binary 11001100 1011010 1011110 0 111000 110110 10100 101100110 110101 111010

Color Harmonies of #CC5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A5E

Black with #CC5A5E

Text Example


Text Example

White with #CC5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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