Html Css Color HEX #CC575C Mandy

📋 copy color: '#CC575C'

red 204 ◦ green 87 ◦ blue 92

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

Shades of Mandy #CC575C

Tints of Mandy #CC575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 53.26%
G = 22.72%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC575C (or 0xCC575C) is known color: Mandy. HEX triplet: CC, 57 and 5C. RGB value is (204,87,92). Sum of RGB (Red+Green+Blue) = 204+87+92=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC575C is #33A8A3. Grayscale: #7A7A7A. Windows color (decimal): -3385508 or 6051788. OLE color: 6051788.

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

Color convert

RGB 204 87 92 -
CMYK 0 0.57 0.55 0.2
HSL 357.44º 0.53% 0.57% -
HSV(B) 357.44º 0.57% 0.8% -
XYZ 30.24 20.43 12.47 -
YUV 122.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 204 87 92 0 0.57 0.55 0.2 357.44 0.53 0.57
Hex CC 57 5C 0 39 37 14 165 35 39
Octal 314 127 134 0 71 67 24 545 65 71
Binary 11001100 1010111 1011100 0 111001 110111 10100 101100101 110101 111001

Color Harmonies of #CC575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC575C

Black with #CC575C

Text Example


Text Example

White with #CC575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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