#CA566B

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

Shades of Cabaret #CA566B

Tints of Cabaret #CA566B

Color information

#CA566B (or 0xCA566B) is unknown color: approx Cabaret. HEX triplet: CA, 56 and 6B. RGB value is (202,86,107). Sum of RGB (Red+Green+Blue) = 202+86+107=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA566B is #35A994. Grayscale: #7B7B7B. Windows color (decimal): -3516821 or 7034570. OLE color: 7034570.

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

Color convert

RGB20286107-
CMYK00.570.470.21
HSL349.14º52.25%56.47%-
HSV(B)349.14º57.43%79.22%-
XYZ30.3420.2716.22-
YUV123.08118.93184.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=51.14%
G=21.77%
B=27.09%

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
Decimal2028610700.570.470.21349.1452.2556.47
HexCA566B0392F1515d3438
Octal31212615307157255356470
Binary1100101010101101101011011100110111110101101011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA566B; }

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

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

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

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

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

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

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

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