Html Css Color HEX #CA5786 Mulberry

📋 copy color: '#CA5786'

red 202 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #CA5786

Tints of Mulberry #CA5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 47.75%
G = 20.57%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA5786 (or 0xCA5786) is known color: Mulberry. HEX triplet: CA, 57 and 86. RGB value is (202,87,134). Sum of RGB (Red+Green+Blue) = 202+87+134=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5786 is #35A879. Grayscale: #7E7E7E. Windows color (decimal): -3516538 or 8804298. OLE color: 8804298.

HSL color Cylindrical-coordinate representation of color #CA5786: hue angle of 335.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5786 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 134 -
CMYK 0 0.57 0.34 0.21
HSL 335.48º 0.52% 0.57% -
HSV(B) 335.48º 0.57% 0.79% -
XYZ 32.07 21.09 24.94 -
YUV 126.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 202 87 134 0 0.57 0.34 0.21 335.48 0.52 0.57
Hex CA 57 86 0 39 22 15 14F 34 39
Octal 312 127 206 0 71 42 25 517 64 71
Binary 11001010 1010111 10000110 0 111001 100010 10101 101001111 110100 111001

Color Harmonies of #CA5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5786

Black with #CA5786

Text Example


Text Example

White with #CA5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5786; }

 p { color: rgb(202,87,134); }

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

background-color css

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

 a { background-color: rgb(202,87,134); }

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

border-color css

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

 span { border-color: rgb(202,87,134); }

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