Html Css Color HEX #CC5896 Mulberry

📋 copy color: '#CC5896'

red 204 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #CC5896

Tints of Mulberry #CC5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

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

R = 46.15%
G = 19.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC5896 (or 0xCC5896) is known color: Mulberry. HEX triplet: CC, 58 and 96. RGB value is (204,88,150). Sum of RGB (Red+Green+Blue) = 204+88+150=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5896 is #33A769. Grayscale: #818181. Windows color (decimal): -3385194 or 9853132. OLE color: 9853132.

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

Color convert

RGB 204 88 150 -
CMYK 0 0.57 0.26 0.2
HSL 327.93º 0.53% 0.57% -
HSV(B) 327.93º 0.57% 0.8% -
XYZ 33.9 22.02 31.32 -
YUV 129.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 204 88 150 0 0.57 0.26 0.2 327.93 0.53 0.57
Hex CC 58 96 0 39 1A 14 148 35 39
Octal 314 130 226 0 71 32 24 510 65 71
Binary 11001100 1011000 10010110 0 111001 11010 10100 101001000 110101 111001

Color Harmonies of #CC5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5896

Black with #CC5896

Text Example


Text Example

White with #CC5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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