Html Css Color HEX #CB519B Mulberry

📋 copy color: '#CB519B'

red 203 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #CB519B

Tints of Mulberry #CB519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 46.24%
G = 18.45%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB519B (or 0xCB519B) is known color: Mulberry. HEX triplet: CB, 51 and 9B. RGB value is (203,81,155). Sum of RGB (Red+Green+Blue) = 203+81+155=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB519B is #34AE64. Grayscale: #7D7D7D. Windows color (decimal): -3452517 or 10179019. OLE color: 10179019.

HSL color Cylindrical-coordinate representation of color #CB519B: hue angle of 323.61º 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 #CB519B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 155 -
CMYK 0 0.60 0.24 0.20
HSL 323.61º 0.54% 0.56% -
HSV(B) 323.61º 0.6% 0.8% -
XYZ 33.49 20.95 33.29 -
YUV 125.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 203 81 155 0 0.60 0.24 0.20 323.61 0.54 0.56
Hex CB 51 9B 0 3C 18 14 144 36 38
Octal 313 121 233 0 74 30 24 504 66 70
Binary 11001011 1010001 10011011 0 111100 11000 10100 101000100 110110 111000

Color Harmonies of #CB519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB519B

Black with #CB519B

Text Example


Text Example

White with #CB519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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