Html Css Color HEX #CC4151 Mandy

📋 copy color: '#CC4151'

red 204 ◦ green 65 ◦ blue 81

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

Shades of Mandy #CC4151

Tints of Mandy #CC4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

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

R = 58.29%
G = 18.57%
B = 23.14%

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

#CC4151 (or 0xCC4151) is known color: Mandy. HEX triplet: CC, 41 and 51. RGB value is (204,65,81). Sum of RGB (Red+Green+Blue) = 204+65+81=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4151 is #33BEAE. Grayscale: #6C6C6C. Windows color (decimal): -3391151 or 5325260. OLE color: 5325260.

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

Color convert

RGB 204 65 81 -
CMYK 0 0.68 0.60 0.2
HSL 353.09º 0.58% 0.53% -
HSV(B) 353.09º 0.68% 0.8% -
XYZ 28.28 17.21 9.62 -
YUV 108.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 204 65 81 0 0.68 0.60 0.2 353.09 0.58 0.53
Hex CC 41 51 0 44 3C 14 161 3A 35
Octal 314 101 121 0 104 74 24 541 72 65
Binary 11001100 1000001 1010001 0 1000100 111100 10100 101100001 111010 110101

Color Harmonies of #CC4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4151

Black with #CC4151

Text Example


Text Example

White with #CC4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4151; }

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

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

background-color css

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

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

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

border-color css

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

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

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