Html Css Color HEX #CA5494 Mulberry

📋 copy color: '#CA5494'

red 202 ◦ green 84 ◦ blue 148

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

Shades of Mulberry #CA5494

Tints of Mulberry #CA5494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 46.54%
G = 19.35%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA5494 (or 0xCA5494) is known color: Mulberry. HEX triplet: CA, 54 and 94. RGB value is (202,84,148). Sum of RGB (Red+Green+Blue) = 202+84+148=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5494 is #35AB6B. Grayscale: #7E7E7E. Windows color (decimal): -3517292 or 9721034. OLE color: 9721034.

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

Color convert

RGB 202 84 148 -
CMYK 0 0.58 0.27 0.21
HSL 327.46º 0.53% 0.56% -
HSV(B) 327.46º 0.58% 0.79% -
XYZ 32.87 21.04 30.34 -
YUV 126.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 202 84 148 0 0.58 0.27 0.21 327.46 0.53 0.56
Hex CA 54 94 0 3A 1B 15 147 35 38
Octal 312 124 224 0 72 33 25 507 65 70
Binary 11001010 1010100 10010100 0 111010 11011 10101 101000111 110101 111000

Color Harmonies of #CA5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5494

Black with #CA5494

Text Example


Text Example

White with #CA5494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5494; }

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

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

background-color css

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

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

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

border-color css

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

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

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