Html Css Color HEX #CC4C4D Mandy

📋 copy color: '#CC4C4D'

red 204 ◦ green 76 ◦ blue 77

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

Shades of Mandy #CC4C4D

Tints of Mandy #CC4C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 57.14%
G = 21.29%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC4C4D (or 0xCC4C4D) is known color: Mandy. HEX triplet: CC, 4C and 4D. RGB value is (204,76,77). Sum of RGB (Red+Green+Blue) = 204+76+77=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C4D is #33B3B2. Grayscale: #727272. Windows color (decimal): -3388339 or 5065932. OLE color: 5065932.

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

Color convert

RGB 204 76 77 -
CMYK 0 0.63 0.62 0.2
HSL 359.53º 0.56% 0.55% -
HSV(B) 359.53º 0.63% 0.8% -
XYZ 28.83 18.54 9.08 -
YUV 114.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 204 76 77 0 0.63 0.62 0.2 359.53 0.56 0.55
Hex CC 4C 4D 0 3F 3E 14 168 38 37
Octal 314 114 115 0 77 76 24 550 70 67
Binary 11001100 1001100 1001101 0 111111 111110 10100 101101000 111000 110111

Color Harmonies of #CC4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C4D

Black with #CC4C4D

Text Example


Text Example

White with #CC4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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