Html Css Color HEX #CA5BA9 Mulberry

📋 copy color: '#CA5BA9'

red 202 ◦ green 91 ◦ blue 169

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

Shades of Mulberry #CA5BA9

Tints of Mulberry #CA5BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.7%

 BLUE value IS 169 (66.41% from 255) = 36.58%

R = 43.72%
G = 19.7%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA5BA9 (or 0xCA5BA9) is known color: Mulberry. HEX triplet: CA, 5B and A9. RGB value is (202,91,169). Sum of RGB (Red+Green+Blue) = 202+91+169=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BA9 is #35A456. Grayscale: #848484. Windows color (decimal): -3515479 or 11099082. OLE color: 11099082.

HSL color Cylindrical-coordinate representation of color #CA5BA9: hue angle of 317.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5BA9 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 169 -
CMYK 0 0.55 0.16 0.21
HSL 317.84º 0.51% 0.57% -
HSV(B) 317.84º 0.55% 0.79% -
XYZ 35.26 22.9 40.1 -
YUV 133.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 202 91 169 0 0.55 0.16 0.21 317.84 0.51 0.57
Hex CA 5B A9 0 37 10 15 13E 33 39
Octal 312 133 251 0 67 20 25 476 63 71
Binary 11001010 1011011 10101001 0 110111 10000 10101 100111110 110011 111001

Color Harmonies of #CA5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BA9

Black with #CA5BA9

Text Example


Text Example

White with #CA5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BA9; }

 p { color: rgb(202,91,169); }

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

background-color css

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

 a { background-color: rgb(202,91,169); }

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

border-color css

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

 span { border-color: rgb(202,91,169); }

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