Html Css Color HEX #CA57A0 Mulberry

📋 copy color: '#CA57A0'

red 202 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #CA57A0

Tints of Mulberry #CA57A0

RGB

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

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

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

R = 44.99%
G = 19.38%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA57A0 (or 0xCA57A0) is known color: Mulberry. HEX triplet: CA, 57 and A0. RGB value is (202,87,160). Sum of RGB (Red+Green+Blue) = 202+87+160=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A0 is #35A85F. Grayscale: #818181. Windows color (decimal): -3516512 or 10508234. OLE color: 10508234.

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

Color convert

RGB 202 87 160 -
CMYK 0 0.57 0.21 0.21
HSL 321.91º 0.52% 0.57% -
HSV(B) 321.91º 0.57% 0.79% -
XYZ 34.11 21.91 35.69 -
YUV 129.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 202 87 160 0 0.57 0.21 0.21 321.91 0.52 0.57
Hex CA 57 A0 0 39 15 15 142 34 39
Octal 312 127 240 0 71 25 25 502 64 71
Binary 11001010 1010111 10100000 0 111001 10101 10101 101000010 110100 111001

Color Harmonies of #CA57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57A0

Black with #CA57A0

Text Example


Text Example

White with #CA57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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