#C76073

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

Shades of Cabaret #C76073

Tints of Cabaret #C76073

Color information

#C76073 (or 0xC76073) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 73. RGB value is (199,96,115). Sum of RGB (Red+Green+Blue) = 199+96+115=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C76073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76073 is #389F8C. Grayscale: #808080. Windows color (decimal): -3710861 or 7561415. OLE color: 7561415.

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

Color convert

RGB19996115-
CMYK00.520.420.22
HSL348.93º47.91%57.84%-
HSV(B)348.93º51.76%78.04%-
XYZ30.8321.7518.79-
YUV128.96120.12177.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=48.54%
G=23.41%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999611500.520.420.22348.9347.9157.84
HexC760730342A1615d303a
Octal30714016306452265356072
Binary1100011111000001110011011010010101010110101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76073; }

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

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

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

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

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

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

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

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