Html Css Color HEX #CC4896 Mulberry

📋 copy color: '#CC4896'

red 204 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #CC4896

Tints of Mulberry #CC4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 47.89%
G = 16.9%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC4896 (or 0xCC4896) is known color: Mulberry. HEX triplet: CC, 48 and 96. RGB value is (204,72,150). Sum of RGB (Red+Green+Blue) = 204+72+150=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4896 is #33B769. Grayscale: #787878. Windows color (decimal): -3389290 or 9849036. OLE color: 9849036.

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

Color convert

RGB 204 72 150 -
CMYK 0 0.65 0.26 0.2
HSL 324.55º 0.56% 0.54% -
HSV(B) 324.55º 0.65% 0.8% -
XYZ 32.72 19.67 30.93 -
YUV 120.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 204 72 150 0 0.65 0.26 0.2 324.55 0.56 0.54
Hex CC 48 96 0 41 1A 14 145 38 36
Octal 314 110 226 0 101 32 24 505 70 66
Binary 11001100 1001000 10010110 0 1000001 11010 10100 101000101 111000 110110

Color Harmonies of #CC4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4896

Black with #CC4896

Text Example


Text Example

White with #CC4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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