#CA566A

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

Shades of Cabaret #CA566A

Tints of Cabaret #CA566A

Color information

#CA566A (or 0xCA566A) is unknown color: approx Cabaret. HEX triplet: CA, 56 and 6A. RGB value is (202,86,106). Sum of RGB (Red+Green+Blue) = 202+86+106=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA566A is #35A995. Grayscale: #7A7A7A. Windows color (decimal): -3516822 or 6969034. OLE color: 6969034.

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

Color convert

RGB20286106-
CMYK00.570.480.21
HSL349.66º52.25%56.47%-
HSV(B)349.66º57.43%79.22%-
XYZ30.2920.2515.95-
YUV122.96118.43184.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=51.27%
G=21.83%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028610600.570.480.21349.6652.2556.47
HexCA566A039301515e3438
Octal31212615207160255366470
Binary1100101010101101101010011100111000010101101011110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA566A; }

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

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

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

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

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

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

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

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