#C16278

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

Shades of Cabaret #C16278

Tints of Cabaret #C16278

Color information

#C16278 (or 0xC16278) is unknown color: approx Cabaret. HEX triplet: C1, 62 and 78. RGB value is (193,98,120). Sum of RGB (Red+Green+Blue) = 193+98+120=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16278 is #3E9D87. Grayscale: #808080. Windows color (decimal): -4103560 or 7889601. OLE color: 7889601.

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

Color convert

RGB19398120-
CMYK00.490.380.24
HSL346.11º43.38%57.06%-
HSV(B)346.11º49.22%75.69%-
XYZ29.7521.4320.34-
YUV128.91122.97173.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=46.96%
G=23.84%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939812000.490.380.24346.1143.3857.06
HexC16278031261815a2b39
Octal30114217006146305325371
Binary1100000111000101111000011000110011011000101011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16278; }

 p { color: rgb(193,98,120); }

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

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

 a { background-color: rgb(193,98,120); }

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

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

 span { border-color: rgb(193,98,120); }

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