Html Css Color HEX #CA549E Mulberry

📋 copy color: '#CA549E'

red 202 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #CA549E

Tints of Mulberry #CA549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 45.5%
G = 18.92%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA549E (or 0xCA549E) is known color: Mulberry. HEX triplet: CA, 54 and 9E. RGB value is (202,84,158). Sum of RGB (Red+Green+Blue) = 202+84+158=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA549E is #35AB61. Grayscale: #7F7F7F. Windows color (decimal): -3517282 or 10376394. OLE color: 10376394.

HSL color Cylindrical-coordinate representation of color #CA549E: hue angle of 322.37º 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 #CA549E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 158 -
CMYK 0 0.58 0.22 0.21
HSL 322.37º 0.53% 0.56% -
HSV(B) 322.37º 0.58% 0.79% -
XYZ 33.7 21.37 34.7 -
YUV 127.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 202 84 158 0 0.58 0.22 0.21 322.37 0.53 0.56
Hex CA 54 9E 0 3A 16 15 142 35 38
Octal 312 124 236 0 72 26 25 502 65 70
Binary 11001010 1010100 10011110 0 111010 10110 10101 101000010 110101 111000

Color Harmonies of #CA549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA549E

Black with #CA549E

Text Example


Text Example

White with #CA549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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