Html Css Color HEX #CC4996 Mulberry

📋 copy color: '#CC4996'

red 204 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #CC4996

Tints of Mulberry #CC4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

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

R = 47.78%
G = 17.1%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC4996 (or 0xCC4996) is known color: Mulberry. HEX triplet: CC, 49 and 96. RGB value is (204,73,150). Sum of RGB (Red+Green+Blue) = 204+73+150=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4996 is #33B669. Grayscale: #787878. Windows color (decimal): -3389034 or 9849292. OLE color: 9849292.

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

Color convert

RGB 204 73 150 -
CMYK 0 0.64 0.26 0.2
HSL 324.73º 0.56% 0.54% -
HSV(B) 324.73º 0.64% 0.8% -
XYZ 32.79 19.8 30.95 -
YUV 120.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 204 73 150 0 0.64 0.26 0.2 324.73 0.56 0.54
Hex CC 49 96 0 40 1A 14 145 38 36
Octal 314 111 226 0 100 32 24 505 70 66
Binary 11001100 1001001 10010110 0 1000000 11010 10100 101000101 111000 110110

Color Harmonies of #CC4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4996

Black with #CC4996

Text Example


Text Example

White with #CC4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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