#C3516A

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

Shades of Cabaret #C3516A

Tints of Cabaret #C3516A

Color information

#C3516A (or 0xC3516A) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 6A. RGB value is (195,81,106). Sum of RGB (Red+Green+Blue) = 195+81+106=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3516A is #3CAE95. Grayscale: #757575. Windows color (decimal): -3976854 or 6967747. OLE color: 6967747.

HSL color Cylindrical-coordinate representation of color #C3516A: hue angle of 346.84º 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 #C3516A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19581106-
CMYK00.580.460.24
HSL346.84º48.72%54.12%-
HSV(B)346.84º58.46%76.47%-
XYZ28.0518.5315.73-
YUV117.94121.27182.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=51.05%
G=21.20%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958110600.580.460.24346.8448.7254.12
HexC3516A03A2E1815b3136
Octal30312115207256305336166
Binary1100001110100011101010011101010111011000101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3516A; }

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

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

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

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

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

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

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

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