#CA586D

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

Shades of Cabaret #CA586D

Tints of Cabaret #CA586D

Color information

#CA586D (or 0xCA586D) is unknown color: approx Cabaret. HEX triplet: CA, 58 and 6D. RGB value is (202,88,109). Sum of RGB (Red+Green+Blue) = 202+88+109=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586D is #35A792. Grayscale: #7C7C7C. Windows color (decimal): -3516307 or 7166154. OLE color: 7166154.

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

Color convert

RGB20288109-
CMYK00.560.460.21
HSL348.95º51.82%56.86%-
HSV(B)348.95º56.44%79.22%-
XYZ30.6120.6416.84-
YUV124.48119.27183.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=50.63%
G=22.06%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028810900.560.460.21348.9551.8256.86
HexCA586D0382E1515d3439
Octal31213015507056255356471
Binary1100101010110001101101011100010111010101101011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA586D; }

 p { color: rgb(202,88,109); }

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

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

 a { background-color: rgb(202,88,109); }

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

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

 span { border-color: rgb(202,88,109); }

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