Html Css Color HEX #CB5083 Mulberry

📋 copy color: '#CB5083'

red 203 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #CB5083

Tints of Mulberry #CB5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 49.03%
G = 19.32%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB5083 (or 0xCB5083) is known color: Mulberry. HEX triplet: CB, 50 and 83. RGB value is (203,80,131). Sum of RGB (Red+Green+Blue) = 203+80+131=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5083 is #34AF7C. Grayscale: #7A7A7A. Windows color (decimal): -3452797 or 8605899. OLE color: 8605899.

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

Color convert

RGB 203 80 131 -
CMYK 0 0.61 0.35 0.20
HSL 335.12º 0.54% 0.55% -
HSV(B) 335.12º 0.61% 0.8% -
XYZ 31.59 20.07 23.68 -
YUV 122.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 203 80 131 0 0.61 0.35 0.20 335.12 0.54 0.55
Hex CB 50 83 0 3D 23 14 14F 36 37
Octal 313 120 203 0 75 43 24 517 66 67
Binary 11001011 1010000 10000011 0 111101 100011 10100 101001111 110110 110111

Color Harmonies of #CB5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5083

Black with #CB5083

Text Example


Text Example

White with #CB5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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