Html Css Color HEX #CA559B Mulberry

📋 copy color: '#CA559B'

red 202 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #CA559B

Tints of Mulberry #CA559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 45.7%
G = 19.23%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA559B (or 0xCA559B) is known color: Mulberry. HEX triplet: CA, 55 and 9B. RGB value is (202,85,155). Sum of RGB (Red+Green+Blue) = 202+85+155=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA559B is #35AA64. Grayscale: #7F7F7F. Windows color (decimal): -3517029 or 10180042. OLE color: 10180042.

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

Color convert

RGB 202 85 155 -
CMYK 0 0.58 0.23 0.21
HSL 324.1º 0.52% 0.56% -
HSV(B) 324.1º 0.58% 0.79% -
XYZ 33.52 21.42 33.38 -
YUV 127.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 202 85 155 0 0.58 0.23 0.21 324.1 0.52 0.56
Hex CA 55 9B 0 3A 17 15 144 34 38
Octal 312 125 233 0 72 27 25 504 64 70
Binary 11001010 1010101 10011011 0 111010 10111 10101 101000100 110100 111000

Color Harmonies of #CA559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA559B

Black with #CA559B

Text Example


Text Example

White with #CA559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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