Html Css Color HEX #CA52A0 Mulberry

📋 copy color: '#CA52A0'

red 202 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #CA52A0

Tints of Mulberry #CA52A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 45.5%
G = 18.47%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA52A0 (or 0xCA52A0) is known color: Mulberry. HEX triplet: CA, 52 and A0. RGB value is (202,82,160). Sum of RGB (Red+Green+Blue) = 202+82+160=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52A0 is #35AD5F. Grayscale: #7E7E7E. Windows color (decimal): -3517792 or 10506954. OLE color: 10506954.

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

Color convert

RGB 202 82 160 -
CMYK 0 0.59 0.21 0.21
HSL 321º 0.53% 0.56% -
HSV(B) 321º 0.59% 0.79% -
XYZ 33.72 21.13 35.56 -
YUV 126.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 202 82 160 0 0.59 0.21 0.21 321 0.53 0.56
Hex CA 52 A0 0 3B 15 15 141 35 38
Octal 312 122 240 0 73 25 25 501 65 70
Binary 11001010 1010010 10100000 0 111011 10101 10101 101000001 110101 111000

Color Harmonies of #CA52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52A0

Black with #CA52A0

Text Example


Text Example

White with #CA52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52A0; }

 p { color: rgb(202,82,160); }

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

background-color css

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

 a { background-color: rgb(202,82,160); }

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

border-color css

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

 span { border-color: rgb(202,82,160); }

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