Html Css Color HEX #CB4D96 Mulberry

📋 copy color: '#CB4D96'

red 203 ◦ green 77 ◦ blue 150

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

Shades of Mulberry #CB4D96

Tints of Mulberry #CB4D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 47.21%
G = 17.91%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB4D96 (or 0xCB4D96) is known color: Mulberry. HEX triplet: CB, 4D and 96. RGB value is (203,77,150). Sum of RGB (Red+Green+Blue) = 203+77+150=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D96 is #34B269. Grayscale: #7A7A7A. Windows color (decimal): -3453546 or 9850315. OLE color: 9850315.

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

Color convert

RGB 203 77 150 -
CMYK 0 0.62 0.26 0.20
HSL 325.24º 0.55% 0.55% -
HSV(B) 325.24º 0.62% 0.8% -
XYZ 32.79 20.21 31.03 -
YUV 123 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 203 77 150 0 0.62 0.26 0.20 325.24 0.55 0.55
Hex CB 4D 96 0 3E 1A 14 145 37 37
Octal 313 115 226 0 76 32 24 505 67 67
Binary 11001011 1001101 10010110 0 111110 11010 10100 101000101 110111 110111

Color Harmonies of #CB4D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D96

Black with #CB4D96

Text Example


Text Example

White with #CB4D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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