Html Css Color HEX #CA5389 Mulberry

📋 copy color: '#CA5389'

red 202 ◦ green 83 ◦ blue 137

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

Shades of Mulberry #CA5389

Tints of Mulberry #CA5389

RGB

 RED value IS 202 (79.3% from 255) = 47.87%

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 47.87%
G = 19.67%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA5389 (or 0xCA5389) is known color: Mulberry. HEX triplet: CA, 53 and 89. RGB value is (202,83,137). Sum of RGB (Red+Green+Blue) = 202+83+137=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5389 is #35AC76. Grayscale: #7C7C7C. Windows color (decimal): -3517559 or 8999882. OLE color: 8999882.

HSL color Cylindrical-coordinate representation of color #CA5389: hue angle of 332.77º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5389 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 137 -
CMYK 0 0.59 0.32 0.21
HSL 332.77º 0.53% 0.56% -
HSV(B) 332.77º 0.59% 0.79% -
XYZ 31.97 20.55 25.95 -
YUV 124.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 202 83 137 0 0.59 0.32 0.21 332.77 0.53 0.56
Hex CA 53 89 0 3B 20 15 14D 35 38
Octal 312 123 211 0 73 40 25 515 65 70
Binary 11001010 1010011 10001001 0 111011 100000 10101 101001101 110101 111000

Color Harmonies of #CA5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5389

Black with #CA5389

Text Example


Text Example

White with #CA5389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5389; }

 p { color: rgb(202,83,137); }

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

background-color css

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

 a { background-color: rgb(202,83,137); }

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

border-color css

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

 span { border-color: rgb(202,83,137); }

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