Html Css Color HEX #CB5085 Mulberry

📋 copy color: '#CB5085'

red 203 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #CB5085

Tints of Mulberry #CB5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 48.8%
G = 19.23%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB5085 (or 0xCB5085) is known color: Mulberry. HEX triplet: CB, 50 and 85. RGB value is (203,80,133). Sum of RGB (Red+Green+Blue) = 203+80+133=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5085 is #34AF7A. Grayscale: #7A7A7A. Windows color (decimal): -3452795 or 8736971. OLE color: 8736971.

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

Color convert

RGB 203 80 133 -
CMYK 0 0.61 0.34 0.20
HSL 334.15º 0.54% 0.55% -
HSV(B) 334.15º 0.61% 0.8% -
XYZ 31.73 20.13 24.4 -
YUV 122.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 203 80 133 0 0.61 0.34 0.20 334.15 0.54 0.55
Hex CB 50 85 0 3D 22 14 14E 36 37
Octal 313 120 205 0 75 42 24 516 66 67
Binary 11001011 1010000 10000101 0 111101 100010 10100 101001110 110110 110111

Color Harmonies of #CB5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5085

Black with #CB5085

Text Example


Text Example

White with #CB5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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