Html Css Color HEX #CB5080 Mulberry

📋 copy color: '#CB5080'

red 203 ◦ green 80 ◦ blue 128

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

Shades of Mulberry #CB5080

Tints of Mulberry #CB5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 49.39%
G = 19.46%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB5080 (or 0xCB5080) is known color: Mulberry. HEX triplet: CB, 50 and 80. RGB value is (203,80,128). Sum of RGB (Red+Green+Blue) = 203+80+128=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5080 is #34AF7F. Grayscale: #7A7A7A. Windows color (decimal): -3452800 or 8409291. OLE color: 8409291.

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

Color convert

RGB 203 80 128 -
CMYK 0 0.61 0.37 0.20
HSL 336.59º 0.54% 0.55% -
HSV(B) 336.59º 0.61% 0.8% -
XYZ 31.39 19.99 22.63 -
YUV 122.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 203 80 128 0 0.61 0.37 0.20 336.59 0.54 0.55
Hex CB 50 80 0 3D 25 14 151 36 37
Octal 313 120 200 0 75 45 24 521 66 67
Binary 11001011 1010000 10000000 0 111101 100101 10100 101010001 110110 110111

Color Harmonies of #CB5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5080

Black with #CB5080

Text Example


Text Example

White with #CB5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5080; }

 p { color: rgb(203,80,128); }

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

background-color css

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

 a { background-color: rgb(203,80,128); }

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

border-color css

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

 span { border-color: rgb(203,80,128); }

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