Html Css Color HEX #CC4C4F Mandy

📋 copy color: '#CC4C4F'

red 204 ◦ green 76 ◦ blue 79

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

Shades of Mandy #CC4C4F

Tints of Mandy #CC4C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 56.82%
G = 21.17%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC4C4F (or 0xCC4C4F) is known color: Mandy. HEX triplet: CC, 4C and 4F. RGB value is (204,76,79). Sum of RGB (Red+Green+Blue) = 204+76+79=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C4F is #33B3B0. Grayscale: #727272. Windows color (decimal): -3388337 or 5197004. OLE color: 5197004.

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

Color convert

RGB 204 76 79 -
CMYK 0 0.63 0.61 0.2
HSL 358.59º 0.56% 0.55% -
HSV(B) 358.59º 0.63% 0.8% -
XYZ 28.9 18.57 9.46 -
YUV 114.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 204 76 79 0 0.63 0.61 0.2 358.59 0.56 0.55
Hex CC 4C 4F 0 3F 3D 14 167 38 37
Octal 314 114 117 0 77 75 24 547 70 67
Binary 11001100 1001100 1001111 0 111111 111101 10100 101100111 111000 110111

Color Harmonies of #CC4C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C4F

Black with #CC4C4F

Text Example


Text Example

White with #CC4C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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