Html Css Color HEX #CB5896 Mulberry

📋 copy color: '#CB5896'

red 203 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #CB5896

Tints of Mulberry #CB5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 46.03%
G = 19.95%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB5896 (or 0xCB5896) is known color: Mulberry. HEX triplet: CB, 58 and 96. RGB value is (203,88,150). Sum of RGB (Red+Green+Blue) = 203+88+150=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5896 is #34A769. Grayscale: #818181. Windows color (decimal): -3450730 or 9853131. OLE color: 9853131.

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

Color convert

RGB 203 88 150 -
CMYK 0 0.57 0.26 0.20
HSL 327.65º 0.53% 0.57% -
HSV(B) 327.65º 0.57% 0.8% -
XYZ 33.62 21.88 31.3 -
YUV 129.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 203 88 150 0 0.57 0.26 0.20 327.65 0.53 0.57
Hex CB 58 96 0 39 1A 14 148 35 39
Octal 313 130 226 0 71 32 24 510 65 71
Binary 11001011 1011000 10010110 0 111001 11010 10100 101001000 110101 111001

Color Harmonies of #CB5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5896

Black with #CB5896

Text Example


Text Example

White with #CB5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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