#c76173

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

Shades of Cabaret #C76173

Tints of Cabaret #C76173

Color information

#C76173 (or 0xC76173) is unknown color: approx Cabaret. HEX triplet: C7, 61 and 73. RGB value is (199,97,115). Sum of RGB (Red+Green+Blue) = 199+97+115=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C76173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76173 is #389E8C. Grayscale: #818181. Windows color (decimal): -3710605 or 7561671. OLE color: 7561671.

HSL color Cylindrical-coordinate representation of color #C76173: hue angle of 349.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76173 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19997115-
CMYK00.510.420.22
HSL349.41º47.66%58.04%-
HSV(B)349.41º51.26%78.04%-
XYZ30.9221.9318.82-
YUV129.55119.79177.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=48.42%
G=23.60%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999711500.510.420.22349.4147.6658.04
HexC761730332A1615d303a
Octal30714116306352265356072
Binary1100011111000011110011011001110101010110101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76173; }

 p { color: rgb(199,97,115); }

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

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

 a { background-color: rgb(199,97,115); }

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

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

 span { border-color: rgb(199,97,115); }

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