Html Css Color HEX #CB5A96 Mulberry

📋 copy color: '#CB5A96'

red 203 ◦ green 90 ◦ blue 150

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

Shades of Mulberry #CB5A96

Tints of Mulberry #CB5A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 45.82%
G = 20.32%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB5A96 (or 0xCB5A96) is known color: Mulberry. HEX triplet: CB, 5A and 96. RGB value is (203,90,150). Sum of RGB (Red+Green+Blue) = 203+90+150=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A96 is #34A569. Grayscale: #828282. Windows color (decimal): -3450218 or 9853643. OLE color: 9853643.

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

Color convert

RGB 203 90 150 -
CMYK 0 0.56 0.26 0.20
HSL 328.14º 0.52% 0.57% -
HSV(B) 328.14º 0.56% 0.8% -
XYZ 33.79 22.21 31.36 -
YUV 130.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 203 90 150 0 0.56 0.26 0.20 328.14 0.52 0.57
Hex CB 5A 96 0 38 1A 14 148 34 39
Octal 313 132 226 0 70 32 24 510 64 71
Binary 11001011 1011010 10010110 0 111000 11010 10100 101001000 110100 111001

Color Harmonies of #CB5A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A96

Black with #CB5A96

Text Example


Text Example

White with #CB5A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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