Html Css Color HEX #CB5195 Mulberry

📋 copy color: '#CB5195'

red 203 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #CB5195

Tints of Mulberry #CB5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 46.88%
G = 18.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB5195 (or 0xCB5195) is known color: Mulberry. HEX triplet: CB, 51 and 95. RGB value is (203,81,149). Sum of RGB (Red+Green+Blue) = 203+81+149=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5195 is #34AE6A. Grayscale: #7D7D7D. Windows color (decimal): -3452523 or 9785803. OLE color: 9785803.

HSL color Cylindrical-coordinate representation of color #CB5195: hue angle of 326.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5195 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 149 -
CMYK 0 0.60 0.27 0.20
HSL 326.56º 0.54% 0.56% -
HSV(B) 326.56º 0.6% 0.8% -
XYZ 33 20.75 30.7 -
YUV 125.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 203 81 149 0 0.60 0.27 0.20 326.56 0.54 0.56
Hex CB 51 95 0 3C 1B 14 147 36 38
Octal 313 121 225 0 74 33 24 507 66 70
Binary 11001011 1010001 10010101 0 111100 11011 10100 101000111 110110 111000

Color Harmonies of #CB5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5195

Black with #CB5195

Text Example


Text Example

White with #CB5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5195; }

 p { color: rgb(203,81,149); }

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

background-color css

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

 a { background-color: rgb(203,81,149); }

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

border-color css

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

 span { border-color: rgb(203,81,149); }

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