Html Css Color HEX #CB5985 Mulberry

📋 copy color: '#CB5985'

red 203 ◦ green 89 ◦ blue 133

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

Shades of Mulberry #CB5985

Tints of Mulberry #CB5985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 47.76%
G = 20.94%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB5985 (or 0xCB5985) is known color: Mulberry. HEX triplet: CB, 59 and 85. RGB value is (203,89,133). Sum of RGB (Red+Green+Blue) = 203+89+133=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5985 is #34A67A. Grayscale: #808080. Windows color (decimal): -3450491 or 8739275. OLE color: 8739275.

HSL color Cylindrical-coordinate representation of color #CB5985: hue angle of 336.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5985 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 133 -
CMYK 0 0.56 0.34 0.20
HSL 336.84º 0.52% 0.57% -
HSV(B) 336.84º 0.56% 0.8% -
XYZ 32.43 21.53 24.64 -
YUV 128.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 203 89 133 0 0.56 0.34 0.20 336.84 0.52 0.57
Hex CB 59 85 0 38 22 14 151 34 39
Octal 313 131 205 0 70 42 24 521 64 71
Binary 11001011 1011001 10000101 0 111000 100010 10100 101010001 110100 111001

Color Harmonies of #CB5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5985

Black with #CB5985

Text Example


Text Example

White with #CB5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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