Html Css Color HEX #CA5497 Mulberry

📋 copy color: '#CA5497'

red 202 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #CA5497

Tints of Mulberry #CA5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 46.22%
G = 19.22%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5497 (or 0xCA5497) is known color: Mulberry. HEX triplet: CA, 54 and 97. RGB value is (202,84,151). Sum of RGB (Red+Green+Blue) = 202+84+151=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5497 is #35AB68. Grayscale: #7E7E7E. Windows color (decimal): -3517289 or 9917642. OLE color: 9917642.

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

Color convert

RGB 202 84 151 -
CMYK 0 0.58 0.25 0.21
HSL 325.93º 0.53% 0.56% -
HSV(B) 325.93º 0.58% 0.79% -
XYZ 33.11 21.13 31.61 -
YUV 126.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 202 84 151 0 0.58 0.25 0.21 325.93 0.53 0.56
Hex CA 54 97 0 3A 19 15 146 35 38
Octal 312 124 227 0 72 31 25 506 65 70
Binary 11001010 1010100 10010111 0 111010 11001 10101 101000110 110101 111000

Color Harmonies of #CA5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5497

Black with #CA5497

Text Example


Text Example

White with #CA5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5497; }

 p { color: rgb(202,84,151); }

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

background-color css

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

 a { background-color: rgb(202,84,151); }

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

border-color css

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

 span { border-color: rgb(202,84,151); }

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