#CA5683

Color #CA5683 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA5683

Tints of Mulberry #CA5683

Color information

#CA5683 (or 0xCA5683) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 83. RGB value is (202,86,131). Sum of RGB (Red+Green+Blue) = 202+86+131=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5683 is #35A97C. Grayscale: #7D7D7D. Windows color (decimal): -3516797 or 8607434. OLE color: 8607434.

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

Color convert

RGB20286131-
CMYK00.570.350.21
HSL336.72º52.25%56.47%-
HSV(B)336.72º57.43%79.22%-
XYZ31.7820.8523.82-
YUV125.81130.93182.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=48.21%
G=20.53%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028613100.570.350.21336.7252.2556.47
HexCA568303923151513438
Octal31212620307143255216470
Binary11001010101011010000011011100110001110101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5683; }

 p { color: rgb(202,86,131); }

 H1.HeaderClassName
 {
   color: #CA5683;
 }
 .AnyTagClassName
 {
   color: #CA5683;
 }
</style>
background-color css

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

 a { background-color: rgb(202,86,131); }

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

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

 span { border-color: rgb(202,86,131); }

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