Html Css Color HEX #CB5690 Mulberry

📋 copy color: '#CB5690'

red 203 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #CB5690

Tints of Mulberry #CB5690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 46.88%
G = 19.86%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB5690 (or 0xCB5690) is known color: Mulberry. HEX triplet: CB, 56 and 90. RGB value is (203,86,144). Sum of RGB (Red+Green+Blue) = 203+86+144=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5690 is #34A96F. Grayscale: #7F7F7F. Windows color (decimal): -3451248 or 9459403. OLE color: 9459403.

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

Color convert

RGB 203 86 144 -
CMYK 0 0.58 0.29 0.20
HSL 330.26º 0.53% 0.57% -
HSV(B) 330.26º 0.58% 0.8% -
XYZ 32.99 21.37 28.77 -
YUV 127.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 203 86 144 0 0.58 0.29 0.20 330.26 0.53 0.57
Hex CB 56 90 0 3A 1D 14 14A 35 39
Octal 313 126 220 0 72 35 24 512 65 71
Binary 11001011 1010110 10010000 0 111010 11101 10100 101001010 110101 111001

Color Harmonies of #CB5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5690

Black with #CB5690

Text Example


Text Example

White with #CB5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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