#C3516B

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

Shades of Cabaret #C3516B

Tints of Cabaret #C3516B

Color information

#C3516B (or 0xC3516B) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 6B. RGB value is (195,81,107). Sum of RGB (Red+Green+Blue) = 195+81+107=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3516B is #3CAE94. Grayscale: #767676. Windows color (decimal): -3976853 or 7033283. OLE color: 7033283.

HSL color Cylindrical-coordinate representation of color #C3516B: hue angle of 346.32º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3516B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19581107-
CMYK00.580.450.24
HSL346.32º48.72%54.12%-
HSV(B)346.32º58.46%76.47%-
XYZ28.118.5516.01-
YUV118.05121.77182.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=50.91%
G=21.15%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958110700.580.450.24346.3248.7254.12
HexC3516B03A2D1815a3136
Octal30312115307255305326166
Binary1100001110100011101011011101010110111000101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3516B; }

 p { color: rgb(195,81,107); }

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

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

 a { background-color: rgb(195,81,107); }

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

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

 span { border-color: rgb(195,81,107); }

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