Html Css Color HEX #CA519C Mulberry

📋 copy color: '#CA519C'

red 202 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #CA519C

Tints of Mulberry #CA519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 46.01%
G = 18.45%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA519C (or 0xCA519C) is known color: Mulberry. HEX triplet: CA, 51 and 9C. RGB value is (202,81,156). Sum of RGB (Red+Green+Blue) = 202+81+156=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA519C is #35AE63. Grayscale: #7D7D7D. Windows color (decimal): -3518052 or 10244554. OLE color: 10244554.

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

Color convert

RGB 202 81 156 -
CMYK 0 0.60 0.23 0.21
HSL 322.81º 0.53% 0.55% -
HSV(B) 322.81º 0.6% 0.79% -
XYZ 33.3 20.84 33.72 -
YUV 125.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 202 81 156 0 0.60 0.23 0.21 322.81 0.53 0.55
Hex CA 51 9C 0 3C 17 15 143 35 37
Octal 312 121 234 0 74 27 25 503 65 67
Binary 11001010 1010001 10011100 0 111100 10111 10101 101000011 110101 110111

Color Harmonies of #CA519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA519C

Black with #CA519C

Text Example


Text Example

White with #CA519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA519C; }

 p { color: rgb(202,81,156); }

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

background-color css

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

 a { background-color: rgb(202,81,156); }

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

border-color css

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

 span { border-color: rgb(202,81,156); }

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