Html Css Color HEX #CA57A2 Mulberry

📋 copy color: '#CA57A2'

red 202 ◦ green 87 ◦ blue 162

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

Shades of Mulberry #CA57A2

Tints of Mulberry #CA57A2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 44.79%
G = 19.29%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA57A2 (or 0xCA57A2) is known color: Mulberry. HEX triplet: CA, 57 and A2. RGB value is (202,87,162). Sum of RGB (Red+Green+Blue) = 202+87+162=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A2 is #35A85D. Grayscale: #818181. Windows color (decimal): -3516510 or 10639306. OLE color: 10639306.

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

Color convert

RGB 202 87 162 -
CMYK 0 0.57 0.20 0.21
HSL 320.87º 0.52% 0.57% -
HSV(B) 320.87º 0.57% 0.79% -
XYZ 34.29 21.98 36.62 -
YUV 129.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 202 87 162 0 0.57 0.20 0.21 320.87 0.52 0.57
Hex CA 57 A2 0 39 14 15 141 34 39
Octal 312 127 242 0 71 24 25 501 64 71
Binary 11001010 1010111 10100010 0 111001 10100 10101 101000001 110100 111001

Color Harmonies of #CA57A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57A2

Black with #CA57A2

Text Example


Text Example

White with #CA57A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57A2; }

 p { color: rgb(202,87,162); }

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

background-color css

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

 a { background-color: rgb(202,87,162); }

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

border-color css

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

 span { border-color: rgb(202,87,162); }

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