Html Css Color HEX #CA5386 Mulberry

📋 copy color: '#CA5386'

red 202 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #CA5386

Tints of Mulberry #CA5386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 48.21%
G = 19.81%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA5386 (or 0xCA5386) is known color: Mulberry. HEX triplet: CA, 53 and 86. RGB value is (202,83,134). Sum of RGB (Red+Green+Blue) = 202+83+134=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5386 is #35AC79. Grayscale: #7C7C7C. Windows color (decimal): -3517562 or 8803274. OLE color: 8803274.

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

Color convert

RGB 202 83 134 -
CMYK 0 0.59 0.34 0.21
HSL 334.29º 0.53% 0.56% -
HSV(B) 334.29º 0.59% 0.79% -
XYZ 31.75 20.46 24.83 -
YUV 124.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 202 83 134 0 0.59 0.34 0.21 334.29 0.53 0.56
Hex CA 53 86 0 3B 22 15 14E 35 38
Octal 312 123 206 0 73 42 25 516 65 70
Binary 11001010 1010011 10000110 0 111011 100010 10101 101001110 110101 111000

Color Harmonies of #CA5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5386

Black with #CA5386

Text Example


Text Example

White with #CA5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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