#CA586E

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

Shades of Cabaret #CA586E

Tints of Cabaret #CA586E

Color information

#CA586E (or 0xCA586E) is unknown color: approx Cabaret. HEX triplet: CA, 58 and 6E. RGB value is (202,88,110). Sum of RGB (Red+Green+Blue) = 202+88+110=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586E is #35A791. Grayscale: #7C7C7C. Windows color (decimal): -3516306 or 7231690. OLE color: 7231690.

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

Color convert

RGB20288110-
CMYK00.560.460.21
HSL348.42º51.82%56.86%-
HSV(B)348.42º56.44%79.22%-
XYZ30.6620.6617.12-
YUV124.59119.77183.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=50.5%
G=22%
B=27.5%

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
Decimal2028811000.560.460.21348.4251.8256.86
HexCA586E0382E1515c3439
Octal31213015607056255346471
Binary1100101010110001101110011100010111010101101011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA586E; }

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

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

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

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

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

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

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

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