Html Css Color HEX #CA5991 Mulberry

📋 copy color: '#CA5991'

red 202 ◦ green 89 ◦ blue 145

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

Shades of Mulberry #CA5991

Tints of Mulberry #CA5991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 46.33%
G = 20.41%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA5991 (or 0xCA5991) is known color: Mulberry. HEX triplet: CA, 59 and 91. RGB value is (202,89,145). Sum of RGB (Red+Green+Blue) = 202+89+145=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5991 is #35A66E. Grayscale: #818181. Windows color (decimal): -3516015 or 9525706. OLE color: 9525706.

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

Color convert

RGB 202 89 145 -
CMYK 0 0.56 0.28 0.21
HSL 330.27º 0.52% 0.57% -
HSV(B) 330.27º 0.56% 0.79% -
XYZ 33.04 21.75 29.24 -
YUV 129.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 202 89 145 0 0.56 0.28 0.21 330.27 0.52 0.57
Hex CA 59 91 0 38 1C 15 14A 34 39
Octal 312 131 221 0 70 34 25 512 64 71
Binary 11001010 1011001 10010001 0 111000 11100 10101 101001010 110100 111001

Color Harmonies of #CA5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5991

Black with #CA5991

Text Example


Text Example

White with #CA5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5991; }

 p { color: rgb(202,89,145); }

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

background-color css

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

 a { background-color: rgb(202,89,145); }

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

border-color css

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

 span { border-color: rgb(202,89,145); }

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