Html Css Color HEX #CC424D Mandy

📋 copy color: '#CC424D'

red 204 ◦ green 66 ◦ blue 77

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

Shades of Mandy #CC424D

Tints of Mandy #CC424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 58.79%
G = 19.02%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC424D (or 0xCC424D) is known color: Mandy. HEX triplet: CC, 42 and 4D. RGB value is (204,66,77). Sum of RGB (Red+Green+Blue) = 204+66+77=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC424D is #33BDB2. Grayscale: #6C6C6C. Windows color (decimal): -3390899 or 5063372. OLE color: 5063372.

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

Color convert

RGB 204 66 77 -
CMYK 0 0.68 0.62 0.2
HSL 355.22º 0.58% 0.53% -
HSV(B) 355.22º 0.68% 0.8% -
XYZ 28.19 17.27 8.87 -
YUV 108.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 204 66 77 0 0.68 0.62 0.2 355.22 0.58 0.53
Hex CC 42 4D 0 44 3E 14 163 3A 35
Octal 314 102 115 0 104 76 24 543 72 65
Binary 11001100 1000010 1001101 0 1000100 111110 10100 101100011 111010 110101

Color Harmonies of #CC424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC424D

Black with #CC424D

Text Example


Text Example

White with #CC424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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