Html Css Color HEX #CC5496 Mulberry

📋 copy color: '#CC5496'

red 204 ◦ green 84 ◦ blue 150

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

Shades of Mulberry #CC5496

Tints of Mulberry #CC5496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 46.58%
G = 19.18%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC5496 (or 0xCC5496) is known color: Mulberry. HEX triplet: CC, 54 and 96. RGB value is (204,84,150). Sum of RGB (Red+Green+Blue) = 204+84+150=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5496 is #33AB69. Grayscale: #7F7F7F. Windows color (decimal): -3386218 or 9852108. OLE color: 9852108.

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

Color convert

RGB 204 84 150 -
CMYK 0 0.59 0.26 0.2
HSL 327º 0.54% 0.56% -
HSV(B) 327º 0.59% 0.8% -
XYZ 33.58 21.38 31.21 -
YUV 127.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 204 84 150 0 0.59 0.26 0.2 327 0.54 0.56
Hex CC 54 96 0 3B 1A 14 147 36 38
Octal 314 124 226 0 73 32 24 507 66 70
Binary 11001100 1010100 10010110 0 111011 11010 10100 101000111 110110 111000

Color Harmonies of #CC5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5496

Black with #CC5496

Text Example


Text Example

White with #CC5496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5496; }

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

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

background-color css

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

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

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

border-color css

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

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

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