Html Css Color HEX #CA59A2 Mulberry

📋 copy color: '#CA59A2'

red 202 ◦ green 89 ◦ blue 162

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

Shades of Mulberry #CA59A2

Tints of Mulberry #CA59A2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

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

R = 44.59%
G = 19.65%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA59A2 (or 0xCA59A2) is known color: Mulberry. HEX triplet: CA, 59 and A2. RGB value is (202,89,162). Sum of RGB (Red+Green+Blue) = 202+89+162=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A2 is #35A65D. Grayscale: #828282. Windows color (decimal): -3515998 or 10639818. OLE color: 10639818.

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

Color convert

RGB 202 89 162 -
CMYK 0 0.56 0.20 0.21
HSL 321.24º 0.52% 0.57% -
HSV(B) 321.24º 0.56% 0.79% -
XYZ 34.45 22.31 36.67 -
YUV 131.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 202 89 162 0 0.56 0.20 0.21 321.24 0.52 0.57
Hex CA 59 A2 0 38 14 15 141 34 39
Octal 312 131 242 0 70 24 25 501 64 71
Binary 11001010 1011001 10100010 0 111000 10100 10101 101000001 110100 111001

Color Harmonies of #CA59A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59A2

Black with #CA59A2

Text Example


Text Example

White with #CA59A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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