Html Css Color HEX #CC5154 Mandy

📋 copy color: '#CC5154'

red 204 ◦ green 81 ◦ blue 84

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

Shades of Mandy #CC5154

Tints of Mandy #CC5154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 55.28%
G = 21.95%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC5154 (or 0xCC5154) is known color: Mandy. HEX triplet: CC, 51 and 54. RGB value is (204,81,84). Sum of RGB (Red+Green+Blue) = 204+81+84=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5154 is #33AEAB. Grayscale: #767676. Windows color (decimal): -3387052 or 5525964. OLE color: 5525964.

HSL color Cylindrical-coordinate representation of color #CC5154: hue angle of 358.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5154 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 84 -
CMYK 0 0.60 0.59 0.2
HSL 358.54º 0.55% 0.56% -
HSV(B) 358.54º 0.6% 0.8% -
XYZ 29.44 19.36 10.57 -
YUV 118.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 204 81 84 0 0.60 0.59 0.2 358.54 0.55 0.56
Hex CC 51 54 0 3C 3B 14 167 37 38
Octal 314 121 124 0 74 73 24 547 67 70
Binary 11001100 1010001 1010100 0 111100 111011 10100 101100111 110111 111000

Color Harmonies of #CC5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5154

Black with #CC5154

Text Example


Text Example

White with #CC5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5154; }

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

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

background-color css

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

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

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

border-color css

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

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

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