#CA586A

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

Shades of Cabaret #CA586A

Tints of Cabaret #CA586A

Color information

#CA586A (or 0xCA586A) is unknown color: approx Cabaret. HEX triplet: CA, 58 and 6A. RGB value is (202,88,106). Sum of RGB (Red+Green+Blue) = 202+88+106=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586A is #35A795. Grayscale: #7C7C7C. Windows color (decimal): -3516310 or 6969546. OLE color: 6969546.

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

Color convert

RGB20288106-
CMYK00.560.480.21
HSL350.53º51.82%56.86%-
HSV(B)350.53º56.44%79.22%-
XYZ30.4520.5816-
YUV124.14117.77183.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=51.01%
G=22.22%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028810600.560.480.21350.5351.8256.86
HexCA586A038301515f3439
Octal31213015207060255376471
Binary1100101010110001101010011100011000010101101011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA586A; }

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

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

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

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

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

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

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

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