Html Css Color HEX #CA5481 Mulberry

📋 copy color: '#CA5481'

red 202 ◦ green 84 ◦ blue 129

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

Shades of Mulberry #CA5481

Tints of Mulberry #CA5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.24%

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 48.67%
G = 20.24%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA5481 (or 0xCA5481) is known color: Mulberry. HEX triplet: CA, 54 and 81. RGB value is (202,84,129). Sum of RGB (Red+Green+Blue) = 202+84+129=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5481 is #35AB7E. Grayscale: #7C7C7C. Windows color (decimal): -3517311 or 8475850. OLE color: 8475850.

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

Color convert

RGB 202 84 129 -
CMYK 0 0.58 0.36 0.21
HSL 337.12º 0.53% 0.56% -
HSV(B) 337.12º 0.58% 0.79% -
XYZ 31.49 20.48 23.06 -
YUV 124.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 202 84 129 0 0.58 0.36 0.21 337.12 0.53 0.56
Hex CA 54 81 0 3A 24 15 151 35 38
Octal 312 124 201 0 72 44 25 521 65 70
Binary 11001010 1010100 10000001 0 111010 100100 10101 101010001 110101 111000

Color Harmonies of #CA5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5481

Black with #CA5481

Text Example


Text Example

White with #CA5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5481; }

 p { color: rgb(202,84,129); }

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

background-color css

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

 a { background-color: rgb(202,84,129); }

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

border-color css

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

 span { border-color: rgb(202,84,129); }

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