Html Css Color HEX #CA5180 Mulberry

📋 copy color: '#CA5180'

red 202 ◦ green 81 ◦ blue 128

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

Shades of Mulberry #CA5180

Tints of Mulberry #CA5180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 49.15%
G = 19.71%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA5180 (or 0xCA5180) is known color: Mulberry. HEX triplet: CA, 51 and 80. RGB value is (202,81,128). Sum of RGB (Red+Green+Blue) = 202+81+128=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5180 is #35AE7F. Grayscale: #7A7A7A. Windows color (decimal): -3518080 or 8409546. OLE color: 8409546.

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

Color convert

RGB 202 81 128 -
CMYK 0 0.60 0.37 0.21
HSL 336.69º 0.53% 0.55% -
HSV(B) 336.69º 0.6% 0.79% -
XYZ 31.2 20 22.64 -
YUV 122.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 202 81 128 0 0.60 0.37 0.21 336.69 0.53 0.55
Hex CA 51 80 0 3C 25 15 151 35 37
Octal 312 121 200 0 74 45 25 521 65 67
Binary 11001010 1010001 10000000 0 111100 100101 10101 101010001 110101 110111

Color Harmonies of #CA5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5180

Black with #CA5180

Text Example


Text Example

White with #CA5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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