Html Css Color HEX #CB5699 Mulberry

📋 copy color: '#CB5699'

red 203 ◦ green 86 ◦ blue 153

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

Shades of Mulberry #CB5699

Tints of Mulberry #CB5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 45.93%
G = 19.46%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB5699 (or 0xCB5699) is known color: Mulberry. HEX triplet: CB, 56 and 99. RGB value is (203,86,153). Sum of RGB (Red+Green+Blue) = 203+86+153=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5699 is #34A966. Grayscale: #808080. Windows color (decimal): -3451239 or 10049227. OLE color: 10049227.

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

Color convert

RGB 203 86 153 -
CMYK 0 0.58 0.25 0.20
HSL 325.64º 0.53% 0.57% -
HSV(B) 325.64º 0.58% 0.8% -
XYZ 33.71 21.65 32.54 -
YUV 128.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 203 86 153 0 0.58 0.25 0.20 325.64 0.53 0.57
Hex CB 56 99 0 3A 19 14 146 35 39
Octal 313 126 231 0 72 31 24 506 65 71
Binary 11001011 1010110 10011001 0 111010 11001 10100 101000110 110101 111001

Color Harmonies of #CB5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5699

Black with #CB5699

Text Example


Text Example

White with #CB5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5699; }

 p { color: rgb(203,86,153); }

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

background-color css

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

 a { background-color: rgb(203,86,153); }

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

border-color css

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

 span { border-color: rgb(203,86,153); }

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