Html Css Color HEX #CC475C Mandy

📋 copy color: '#CC475C'

red 204 ◦ green 71 ◦ blue 92

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

Shades of Mandy #CC475C

Tints of Mandy #CC475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

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

R = 55.59%
G = 19.35%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC475C (or 0xCC475C) is known color: Mandy. HEX triplet: CC, 47 and 5C. RGB value is (204,71,92). Sum of RGB (Red+Green+Blue) = 204+71+92=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC475C is #33B8A3. Grayscale: #717171. Windows color (decimal): -3389604 or 6047692. OLE color: 6047692.

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

Color convert

RGB 204 71 92 -
CMYK 0 0.65 0.55 0.2
HSL 350.53º 0.57% 0.54% -
HSV(B) 350.53º 0.65% 0.8% -
XYZ 29.09 18.12 12.09 -
YUV 113.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 204 71 92 0 0.65 0.55 0.2 350.53 0.57 0.54
Hex CC 47 5C 0 41 37 14 15F 39 36
Octal 314 107 134 0 101 67 24 537 71 66
Binary 11001100 1000111 1011100 0 1000001 110111 10100 101011111 111001 110110

Color Harmonies of #CC475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC475C

Black with #CC475C

Text Example


Text Example

White with #CC475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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