Html Css Color HEX #CB4B99 Mulberry

📋 copy color: '#CB4B99'

red 203 ◦ green 75 ◦ blue 153

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

Shades of Mulberry #CB4B99

Tints of Mulberry #CB4B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

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

R = 47.1%
G = 17.4%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB4B99 (or 0xCB4B99) is known color: Mulberry. HEX triplet: CB, 4B and 99. RGB value is (203,75,153). Sum of RGB (Red+Green+Blue) = 203+75+153=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B99 is #34B466. Grayscale: #797979. Windows color (decimal): -3454055 or 10046411. OLE color: 10046411.

HSL color Cylindrical-coordinate representation of color #CB4B99: hue angle of 323.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B99 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 153 -
CMYK 0 0.63 0.25 0.20
HSL 323.44º 0.55% 0.55% -
HSV(B) 323.44º 0.63% 0.8% -
XYZ 32.89 20.03 32.27 -
YUV 122.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 203 75 153 0 0.63 0.25 0.20 323.44 0.55 0.55
Hex CB 4B 99 0 3F 19 14 143 37 37
Octal 313 113 231 0 77 31 24 503 67 67
Binary 11001011 1001011 10011001 0 111111 11001 10100 101000011 110111 110111

Color Harmonies of #CB4B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B99

Black with #CB4B99

Text Example


Text Example

White with #CB4B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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