Html Css Color HEX #CC575D Mandy

📋 copy color: '#CC575D'

red 204 ◦ green 87 ◦ blue 93

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

Shades of Mandy #CC575D

Tints of Mandy #CC575D

RGB

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

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

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

R = 53.13%
G = 22.66%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC575D (or 0xCC575D) is known color: Mandy. HEX triplet: CC, 57 and 5D. RGB value is (204,87,93). Sum of RGB (Red+Green+Blue) = 204+87+93=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC575D is #33A8A2. Grayscale: #7A7A7A. Windows color (decimal): -3385507 or 6117324. OLE color: 6117324.

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

Color convert

RGB 204 87 93 -
CMYK 0 0.57 0.54 0.2
HSL 356.92º 0.53% 0.57% -
HSV(B) 356.92º 0.57% 0.8% -
XYZ 30.29 20.44 12.71 -
YUV 122.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 204 87 93 0 0.57 0.54 0.2 356.92 0.53 0.57
Hex CC 57 5D 0 39 36 14 165 35 39
Octal 314 127 135 0 71 66 24 545 65 71
Binary 11001100 1010111 1011101 0 111001 110110 10100 101100101 110101 111001

Color Harmonies of #CC575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC575D

Black with #CC575D

Text Example


Text Example

White with #CC575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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