Html Css Color HEX #CB5A89 Mulberry

📋 copy color: '#CB5A89'

red 203 ◦ green 90 ◦ blue 137

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

Shades of Mulberry #CB5A89

Tints of Mulberry #CB5A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 47.21%
G = 20.93%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5A89 (or 0xCB5A89) is known color: Mulberry. HEX triplet: CB, 5A and 89. RGB value is (203,90,137). Sum of RGB (Red+Green+Blue) = 203+90+137=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A89 is #34A576. Grayscale: #818181. Windows color (decimal): -3450231 or 9001675. OLE color: 9001675.

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

Color convert

RGB 203 90 137 -
CMYK 0 0.56 0.33 0.20
HSL 335.04º 0.52% 0.57% -
HSV(B) 335.04º 0.56% 0.8% -
XYZ 32.8 21.81 26.15 -
YUV 129.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 203 90 137 0 0.56 0.33 0.20 335.04 0.52 0.57
Hex CB 5A 89 0 38 21 14 14F 34 39
Octal 313 132 211 0 70 41 24 517 64 71
Binary 11001011 1011010 10001001 0 111000 100001 10100 101001111 110100 111001

Color Harmonies of #CB5A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A89

Black with #CB5A89

Text Example


Text Example

White with #CB5A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A89; }

 p { color: rgb(203,90,137); }

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

background-color css

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

 a { background-color: rgb(203,90,137); }

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

border-color css

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

 span { border-color: rgb(203,90,137); }

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