#CA516E

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

Shades of Cabaret #CA516E

Tints of Cabaret #CA516E

Color information

#CA516E (or 0xCA516E) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 6E. RGB value is (202,81,110). Sum of RGB (Red+Green+Blue) = 202+81+110=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA516E is #35AE91. Grayscale: #787878. Windows color (decimal): -3518098 or 7229898. OLE color: 7229898.

HSL color Cylindrical-coordinate representation of color #CA516E: hue angle of 345.62º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA516E is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20281110-
CMYK00.600.460.21
HSL345.62º53.3%55.49%-
HSV(B)345.62º59.9%79.22%-
XYZ30.1119.5716.94-
YUV120.48122.09186.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=51.40%
G=20.61%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028111000.600.460.21345.6253.355.49
HexCA516E03C2E1515a3537
Octal31212115607456255326567
Binary1100101010100011101110011110010111010101101011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA516E; }

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

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

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

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

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

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

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

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