Html Css Color HEX #CC4C5F Mandy

📋 copy color: '#CC4C5F'

red 204 ◦ green 76 ◦ blue 95

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

Shades of Mandy #CC4C5F

Tints of Mandy #CC4C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 54.4%
G = 20.27%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC4C5F (or 0xCC4C5F) is known color: Mandy. HEX triplet: CC, 4C and 5F. RGB value is (204,76,95). Sum of RGB (Red+Green+Blue) = 204+76+95=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C5F is #33B3A0. Grayscale: #747474. Windows color (decimal): -3388321 or 6245580. OLE color: 6245580.

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

Color convert

RGB 204 76 95 -
CMYK 0 0.63 0.53 0.2
HSL 351.09º 0.56% 0.55% -
HSV(B) 351.09º 0.63% 0.8% -
XYZ 29.55 18.83 12.9 -
YUV 116.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 204 76 95 0 0.63 0.53 0.2 351.09 0.56 0.55
Hex CC 4C 5F 0 3F 35 14 15F 38 37
Octal 314 114 137 0 77 65 24 537 70 67
Binary 11001100 1001100 1011111 0 111111 110101 10100 101011111 111000 110111

Color Harmonies of #CC4C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C5F

Black with #CC4C5F

Text Example


Text Example

White with #CC4C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C5F; }

 p { color: rgb(204,76,95); }

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

background-color css

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

 a { background-color: rgb(204,76,95); }

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

border-color css

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

 span { border-color: rgb(204,76,95); }

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