Html Css Color HEX #CA5280 Mulberry

📋 copy color: '#CA5280'

red 202 ◦ green 82 ◦ blue 128

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

Shades of Mulberry #CA5280

Tints of Mulberry #CA5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 49.03%
G = 19.9%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA5280 (or 0xCA5280) is known color: Mulberry. HEX triplet: CA, 52 and 80. RGB value is (202,82,128). Sum of RGB (Red+Green+Blue) = 202+82+128=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5280 is #35AD7F. Grayscale: #7B7B7B. Windows color (decimal): -3517824 or 8409802. OLE color: 8409802.

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

Color convert

RGB 202 82 128 -
CMYK 0 0.59 0.37 0.21
HSL 337º 0.53% 0.56% -
HSV(B) 337º 0.59% 0.79% -
XYZ 31.27 20.15 22.66 -
YUV 123.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 202 82 128 0 0.59 0.37 0.21 337 0.53 0.56
Hex CA 52 80 0 3B 25 15 151 35 38
Octal 312 122 200 0 73 45 25 521 65 70
Binary 11001010 1010010 10000000 0 111011 100101 10101 101010001 110101 111000

Color Harmonies of #CA5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5280

Black with #CA5280

Text Example


Text Example

White with #CA5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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