#CA566C

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

Shades of Cabaret #CA566C

Tints of Cabaret #CA566C

Color information

#CA566C (or 0xCA566C) is unknown color: approx Cabaret. HEX triplet: CA, 56 and 6C. RGB value is (202,86,108). Sum of RGB (Red+Green+Blue) = 202+86+108=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA566C is #35A993. Grayscale: #7B7B7B. Windows color (decimal): -3516820 or 7100106. OLE color: 7100106.

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

Color convert

RGB20286108-
CMYK00.570.470.21
HSL348.62º52.25%56.47%-
HSV(B)348.62º57.43%79.22%-
XYZ30.3920.2916.5-
YUV123.19119.43184.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=51.01%
G=21.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028610800.570.470.21348.6252.2556.47
HexCA566C0392F1515d3438
Octal31212615407157255356470
Binary1100101010101101101100011100110111110101101011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA566C; }

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

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

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

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

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

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

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

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