Html Css Color HEX #CC4251 Mandy

📋 copy color: '#CC4251'

red 204 ◦ green 66 ◦ blue 81

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

Shades of Mandy #CC4251

Tints of Mandy #CC4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 58.12%
G = 18.8%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC4251 (or 0xCC4251) is known color: Mandy. HEX triplet: CC, 42 and 51. RGB value is (204,66,81). Sum of RGB (Red+Green+Blue) = 204+66+81=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4251 is #33BDAE. Grayscale: #6D6D6D. Windows color (decimal): -3390895 or 5325516. OLE color: 5325516.

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

Color convert

RGB 204 66 81 -
CMYK 0 0.68 0.60 0.2
HSL 353.48º 0.58% 0.53% -
HSV(B) 353.48º 0.68% 0.8% -
XYZ 28.34 17.33 9.64 -
YUV 108.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 204 66 81 0 0.68 0.60 0.2 353.48 0.58 0.53
Hex CC 42 51 0 44 3C 14 161 3A 35
Octal 314 102 121 0 104 74 24 541 72 65
Binary 11001100 1000010 1010001 0 1000100 111100 10100 101100001 111010 110101

Color Harmonies of #CC4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4251

Black with #CC4251

Text Example


Text Example

White with #CC4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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