Html Css Color HEX #CA559A Mulberry

📋 copy color: '#CA559A'

red 202 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #CA559A

Tints of Mulberry #CA559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 45.8%
G = 19.27%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA559A (or 0xCA559A) is known color: Mulberry. HEX triplet: CA, 55 and 9A. RGB value is (202,85,154). Sum of RGB (Red+Green+Blue) = 202+85+154=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559A is #35AA65. Grayscale: #7F7F7F. Windows color (decimal): -3517030 or 10114506. OLE color: 10114506.

HSL color Cylindrical-coordinate representation of color #CA559A: hue angle of 324.62º degrees, saturation: 0.52, 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 #CA559A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 154 -
CMYK 0 0.58 0.24 0.21
HSL 324.62º 0.52% 0.56% -
HSV(B) 324.62º 0.58% 0.79% -
XYZ 33.44 21.39 32.94 -
YUV 127.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 202 85 154 0 0.58 0.24 0.21 324.62 0.52 0.56
Hex CA 55 9A 0 3A 18 15 145 34 38
Octal 312 125 232 0 72 30 25 505 64 70
Binary 11001010 1010101 10011010 0 111010 11000 10101 101000101 110100 111000

Color Harmonies of #CA559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA559A

Black with #CA559A

Text Example


Text Example

White with #CA559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA559A; }

 p { color: rgb(202,85,154); }

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

background-color css

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

 a { background-color: rgb(202,85,154); }

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

border-color css

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

 span { border-color: rgb(202,85,154); }

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