Html Css Color HEX #CA559F Mulberry

📋 copy color: '#CA559F'

red 202 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #CA559F

Tints of Mulberry #CA559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 45.29%
G = 19.06%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA559F (or 0xCA559F) is known color: Mulberry. HEX triplet: CA, 55 and 9F. RGB value is (202,85,159). Sum of RGB (Red+Green+Blue) = 202+85+159=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559F is #35AA60. Grayscale: #808080. Windows color (decimal): -3517025 or 10442186. OLE color: 10442186.

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

Color convert

RGB 202 85 159 -
CMYK 0 0.58 0.21 0.21
HSL 322.05º 0.52% 0.56% -
HSV(B) 322.05º 0.58% 0.79% -
XYZ 33.86 21.56 35.18 -
YUV 128.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 202 85 159 0 0.58 0.21 0.21 322.05 0.52 0.56
Hex CA 55 9F 0 3A 15 15 142 34 38
Octal 312 125 237 0 72 25 25 502 64 70
Binary 11001010 1010101 10011111 0 111010 10101 10101 101000010 110100 111000

Color Harmonies of #CA559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA559F

Black with #CA559F

Text Example


Text Example

White with #CA559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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