Html Css Color HEX #CB5BA7 Mulberry

📋 copy color: '#CB5BA7'

red 203 ◦ green 91 ◦ blue 167

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

Shades of Mulberry #CB5BA7

Tints of Mulberry #CB5BA7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 44.03%
G = 19.74%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CB5BA7 (or 0xCB5BA7) is known color: Mulberry. HEX triplet: CB, 5B and A7. RGB value is (203,91,167). Sum of RGB (Red+Green+Blue) = 203+91+167=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA7 is #34A458. Grayscale: #848484. Windows color (decimal): -3449945 or 10968011. OLE color: 10968011.

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

Color convert

RGB 203 91 167 -
CMYK 0 0.55 0.18 0.20
HSL 319.29º 0.52% 0.58% -
HSV(B) 319.29º 0.55% 0.8% -
XYZ 35.34 22.97 39.13 -
YUV 133.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 203 91 167 0 0.55 0.18 0.20 319.29 0.52 0.58
Hex CB 5B A7 0 37 12 14 13F 34 3A
Octal 313 133 247 0 67 22 24 477 64 72
Binary 11001011 1011011 10100111 0 110111 10010 10100 100111111 110100 111010

Color Harmonies of #CB5BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BA7

Black with #CB5BA7

Text Example


Text Example

White with #CB5BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BA7; }

 p { color: rgb(203,91,167); }

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

background-color css

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

 a { background-color: rgb(203,91,167); }

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

border-color css

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

 span { border-color: rgb(203,91,167); }

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