Html Css Color HEX #CA559D Mulberry

📋 copy color: '#CA559D'

red 202 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #CA559D

Tints of Mulberry #CA559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 45.5%
G = 19.14%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA559D (or 0xCA559D) is known color: Mulberry. HEX triplet: CA, 55 and 9D. RGB value is (202,85,157). Sum of RGB (Red+Green+Blue) = 202+85+157=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559D is #35AA62. Grayscale: #808080. Windows color (decimal): -3517027 or 10311114. OLE color: 10311114.

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

Color convert

RGB 202 85 157 -
CMYK 0 0.58 0.22 0.21
HSL 323.08º 0.52% 0.56% -
HSV(B) 323.08º 0.58% 0.79% -
XYZ 33.69 21.49 34.27 -
YUV 128.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 202 85 157 0 0.58 0.22 0.21 323.08 0.52 0.56
Hex CA 55 9D 0 3A 16 15 143 34 38
Octal 312 125 235 0 72 26 25 503 64 70
Binary 11001010 1010101 10011101 0 111010 10110 10101 101000011 110100 111000

Color Harmonies of #CA559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA559D

Black with #CA559D

Text Example


Text Example

White with #CA559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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