Html Css Color HEX #CB4A96 Mulberry

📋 copy color: '#CB4A96'

red 203 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #CB4A96

Tints of Mulberry #CB4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

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

R = 47.54%
G = 17.33%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB4A96 (or 0xCB4A96) is known color: Mulberry. HEX triplet: CB, 4A and 96. RGB value is (203,74,150). Sum of RGB (Red+Green+Blue) = 203+74+150=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A96 is #34B569. Grayscale: #797979. Windows color (decimal): -3454314 or 9849547. OLE color: 9849547.

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

Color convert

RGB 203 74 150 -
CMYK 0 0.64 0.26 0.20
HSL 324.65º 0.55% 0.54% -
HSV(B) 324.65º 0.64% 0.8% -
XYZ 32.58 19.8 30.96 -
YUV 121.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 203 74 150 0 0.64 0.26 0.20 324.65 0.55 0.54
Hex CB 4A 96 0 40 1A 14 145 37 36
Octal 313 112 226 0 100 32 24 505 67 66
Binary 11001011 1001010 10010110 0 1000000 11010 10100 101000101 110111 110110

Color Harmonies of #CB4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A96

Black with #CB4A96

Text Example


Text Example

White with #CB4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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