Html Css Color HEX #CC4054 Mandy

📋 copy color: '#CC4054'

red 204 ◦ green 64 ◦ blue 84

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

Shades of Mandy #CC4054

Tints of Mandy #CC4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 57.95%
G = 18.18%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC4054 (or 0xCC4054) is known color: Mandy. HEX triplet: CC, 40 and 54. RGB value is (204,64,84). Sum of RGB (Red+Green+Blue) = 204+64+84=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4054 is #33BFAB. Grayscale: #6C6C6C. Windows color (decimal): -3391404 or 5521612. OLE color: 5521612.

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

Color convert

RGB 204 64 84 -
CMYK 0 0.69 0.59 0.2
HSL 351.43º 0.58% 0.53% -
HSV(B) 351.43º 0.69% 0.8% -
XYZ 28.34 17.14 10.2 -
YUV 108.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 204 64 84 0 0.69 0.59 0.2 351.43 0.58 0.53
Hex CC 40 54 0 45 3B 14 15F 3A 35
Octal 314 100 124 0 105 73 24 537 72 65
Binary 11001100 1000000 1010100 0 1000101 111011 10100 101011111 111010 110101

Color Harmonies of #CC4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4054

Black with #CC4054

Text Example


Text Example

White with #CC4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4054; }

 p { color: rgb(204,64,84); }

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

background-color css

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

 a { background-color: rgb(204,64,84); }

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

border-color css

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

 span { border-color: rgb(204,64,84); }

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