Html Css Color HEX #CB59A0 Mulberry

📋 copy color: '#CB59A0'

red 203 ◦ green 89 ◦ blue 160

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

Shades of Mulberry #CB59A0

Tints of Mulberry #CB59A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 44.91%
G = 19.69%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB59A0 (or 0xCB59A0) is known color: Mulberry. HEX triplet: CB, 59 and A0. RGB value is (203,89,160). Sum of RGB (Red+Green+Blue) = 203+89+160=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59A0 is #34A65F. Grayscale: #838383. Windows color (decimal): -3450464 or 10508747. OLE color: 10508747.

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

Color convert

RGB 203 89 160 -
CMYK 0 0.56 0.21 0.20
HSL 322.63º 0.52% 0.57% -
HSV(B) 322.63º 0.56% 0.8% -
XYZ 34.55 22.38 35.76 -
YUV 131.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 203 89 160 0 0.56 0.21 0.20 322.63 0.52 0.57
Hex CB 59 A0 0 38 15 14 143 34 39
Octal 313 131 240 0 70 25 24 503 64 71
Binary 11001011 1011001 10100000 0 111000 10101 10100 101000011 110100 111001

Color Harmonies of #CB59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59A0

Black with #CB59A0

Text Example


Text Example

White with #CB59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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