Html Css Color HEX #CB4796 Mulberry

📋 copy color: '#CB4796'

red 203 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #CB4796

Tints of Mulberry #CB4796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

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

R = 47.88%
G = 16.75%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB4796 (or 0xCB4796) is known color: Mulberry. HEX triplet: CB, 47 and 96. RGB value is (203,71,150). Sum of RGB (Red+Green+Blue) = 203+71+150=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4796 is #34B869. Grayscale: #777777. Windows color (decimal): -3455082 or 9848779. OLE color: 9848779.

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

Color convert

RGB 203 71 150 -
CMYK 0 0.65 0.26 0.20
HSL 324.09º 0.56% 0.54% -
HSV(B) 324.09º 0.65% 0.8% -
XYZ 32.39 19.41 30.89 -
YUV 119.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 203 71 150 0 0.65 0.26 0.20 324.09 0.56 0.54
Hex CB 47 96 0 41 1A 14 144 38 36
Octal 313 107 226 0 101 32 24 504 70 66
Binary 11001011 1000111 10010110 0 1000001 11010 10100 101000100 111000 110110

Color Harmonies of #CB4796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4796

Black with #CB4796

Text Example


Text Example

White with #CB4796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4796; }

 p { color: rgb(203,71,150); }

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

background-color css

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

 a { background-color: rgb(203,71,150); }

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

border-color css

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

 span { border-color: rgb(203,71,150); }

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