Html Css Color HEX #CA5490 Mulberry

📋 copy color: '#CA5490'

red 202 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #CA5490

Tints of Mulberry #CA5490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 46.98%
G = 19.53%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA5490 (or 0xCA5490) is known color: Mulberry. HEX triplet: CA, 54 and 90. RGB value is (202,84,144). Sum of RGB (Red+Green+Blue) = 202+84+144=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5490 is #35AB6F. Grayscale: #7E7E7E. Windows color (decimal): -3517296 or 9458890. OLE color: 9458890.

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

Color convert

RGB 202 84 144 -
CMYK 0 0.58 0.29 0.21
HSL 329.49º 0.53% 0.56% -
HSV(B) 329.49º 0.58% 0.79% -
XYZ 32.56 20.91 28.71 -
YUV 126.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 202 84 144 0 0.58 0.29 0.21 329.49 0.53 0.56
Hex CA 54 90 0 3A 1D 15 149 35 38
Octal 312 124 220 0 72 35 25 511 65 70
Binary 11001010 1010100 10010000 0 111010 11101 10101 101001001 110101 111000

Color Harmonies of #CA5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5490

Black with #CA5490

Text Example


Text Example

White with #CA5490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5490; }

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

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

background-color css

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

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

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

border-color css

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

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

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