Html Css Color HEX #CB4999 Mulberry

📋 copy color: '#CB4999'

red 203 ◦ green 73 ◦ blue 153

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

Shades of Mulberry #CB4999

Tints of Mulberry #CB4999

RGB

 RED value IS 203 (79.69% from 255) = 47.32%

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

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 47.32%
G = 17.02%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB4999 (or 0xCB4999) is known color: Mulberry. HEX triplet: CB, 49 and 99. RGB value is (203,73,153). Sum of RGB (Red+Green+Blue) = 203+73+153=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4999 is #34B666. Grayscale: #787878. Windows color (decimal): -3454567 or 10045899. OLE color: 10045899.

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

Color convert

RGB 203 73 153 -
CMYK 0 0.64 0.25 0.20
HSL 323.08º 0.56% 0.54% -
HSV(B) 323.08º 0.64% 0.8% -
XYZ 32.76 19.76 32.22 -
YUV 120.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 203 73 153 0 0.64 0.25 0.20 323.08 0.56 0.54
Hex CB 49 99 0 40 19 14 143 38 36
Octal 313 111 231 0 100 31 24 503 70 66
Binary 11001011 1001001 10011001 0 1000000 11001 10100 101000011 111000 110110

Color Harmonies of #CB4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4999

Black with #CB4999

Text Example


Text Example

White with #CB4999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4999; }

 p { color: rgb(203,73,153); }

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

background-color css

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

 a { background-color: rgb(203,73,153); }

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

border-color css

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

 span { border-color: rgb(203,73,153); }

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