#C1616E

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

Shades of Cabaret #C1616E

Tints of Cabaret #C1616E

Color information

#C1616E (or 0xC1616E) is unknown color: approx Cabaret. HEX triplet: C1, 61 and 6E. RGB value is (193,97,110). Sum of RGB (Red+Green+Blue) = 193+97+110=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1616E is #3E9E91. Grayscale: #7F7F7F. Windows color (decimal): -4103826 or 7233985. OLE color: 7233985.

HSL color Cylindrical-coordinate representation of color #C1616E: hue angle of 351.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1616E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19397110-
CMYK00.500.430.24
HSL351.88º43.64%56.86%-
HSV(B)351.88º49.74%75.69%-
XYZ29.0821.0117.27-
YUV127.19118.3174.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=48.25%
G=24.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939711000.500.430.24351.8843.6456.86
HexC1616E0322B181602c39
Octal30114115606253305405471
Binary1100000111000011101110011001010101111000101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1616E; }

 p { color: rgb(193,97,110); }

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

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

 a { background-color: rgb(193,97,110); }

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

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

 span { border-color: rgb(193,97,110); }

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