Html Css Color HEX #CC499B Mulberry

📋 copy color: '#CC499B'

red 204 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #CC499B

Tints of Mulberry #CC499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 47.22%
G = 16.9%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC499B (or 0xCC499B) is known color: Mulberry. HEX triplet: CC, 49 and 9B. RGB value is (204,73,155). Sum of RGB (Red+Green+Blue) = 204+73+155=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC499B is #33B664. Grayscale: #797979. Windows color (decimal): -3389029 or 10176972. OLE color: 10176972.

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

Color convert

RGB 204 73 155 -
CMYK 0 0.64 0.24 0.2
HSL 322.44º 0.56% 0.54% -
HSV(B) 322.44º 0.64% 0.8% -
XYZ 33.2 19.97 33.11 -
YUV 121.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 204 73 155 0 0.64 0.24 0.2 322.44 0.56 0.54
Hex CC 49 9B 0 40 18 14 142 38 36
Octal 314 111 233 0 100 30 24 502 70 66
Binary 11001100 1001001 10011011 0 1000000 11000 10100 101000010 111000 110110

Color Harmonies of #CC499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC499B

Black with #CC499B

Text Example


Text Example

White with #CC499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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