Html Css Color HEX #CC5461 Mandy

📋 copy color: '#CC5461'

red 204 ◦ green 84 ◦ blue 97

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

Shades of Mandy #CC5461

Tints of Mandy #CC5461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 52.99%
G = 21.82%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC5461 (or 0xCC5461) is known color: Mandy. HEX triplet: CC, 54 and 61. RGB value is (204,84,97). Sum of RGB (Red+Green+Blue) = 204+84+97=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5461 is #33AB9E. Grayscale: #797979. Windows color (decimal): -3386271 or 6378700. OLE color: 6378700.

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

Color convert

RGB 204 84 97 -
CMYK 0 0.59 0.52 0.2
HSL 353.5º 0.54% 0.56% -
HSV(B) 353.5º 0.59% 0.8% -
XYZ 30.23 20.04 13.58 -
YUV 121.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 204 84 97 0 0.59 0.52 0.2 353.5 0.54 0.56
Hex CC 54 61 0 3B 34 14 162 36 38
Octal 314 124 141 0 73 64 24 542 66 70
Binary 11001100 1010100 1100001 0 111011 110100 10100 101100010 110110 111000

Color Harmonies of #CC5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5461

Black with #CC5461

Text Example


Text Example

White with #CC5461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5461; }

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

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

background-color css

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

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

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

border-color css

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

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

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