Html Css Color HEX #CC5486 Mulberry

📋 copy color: '#CC5486'

red 204 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #CC5486

Tints of Mulberry #CC5486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 48.34%
G = 19.91%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5486 (or 0xCC5486) is known color: Mulberry. HEX triplet: CC, 54 and 86. RGB value is (204,84,134). Sum of RGB (Red+Green+Blue) = 204+84+134=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5486 is #33AB79. Grayscale: #7D7D7D. Windows color (decimal): -3386234 or 8803532. OLE color: 8803532.

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

Color convert

RGB 204 84 134 -
CMYK 0 0.59 0.34 0.2
HSL 335º 0.54% 0.56% -
HSV(B) 335º 0.59% 0.8% -
XYZ 32.38 20.9 24.88 -
YUV 125.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 204 84 134 0 0.59 0.34 0.2 335 0.54 0.56
Hex CC 54 86 0 3B 22 14 14F 36 38
Octal 314 124 206 0 73 42 24 517 66 70
Binary 11001100 1010100 10000110 0 111011 100010 10100 101001111 110110 111000

Color Harmonies of #CC5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5486

Black with #CC5486

Text Example


Text Example

White with #CC5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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