Html Css Color HEX #CC575A Mandy

📋 copy color: '#CC575A'

red 204 ◦ green 87 ◦ blue 90

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

Shades of Mandy #CC575A

Tints of Mandy #CC575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 53.54%
G = 22.83%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC575A (or 0xCC575A) is known color: Mandy. HEX triplet: CC, 57 and 5A. RGB value is (204,87,90). Sum of RGB (Red+Green+Blue) = 204+87+90=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC575A is #33A8A5. Grayscale: #7A7A7A. Windows color (decimal): -3385510 or 5920716. OLE color: 5920716.

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

Color convert

RGB 204 87 90 -
CMYK 0 0.57 0.56 0.2
HSL 358.46º 0.53% 0.57% -
HSV(B) 358.46º 0.57% 0.8% -
XYZ 30.16 20.39 12.02 -
YUV 122.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 204 87 90 0 0.57 0.56 0.2 358.46 0.53 0.57
Hex CC 57 5A 0 39 38 14 166 35 39
Octal 314 127 132 0 71 70 24 546 65 71
Binary 11001100 1010111 1011010 0 111001 111000 10100 101100110 110101 111001

Color Harmonies of #CC575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC575A

Black with #CC575A

Text Example


Text Example

White with #CC575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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