#C76072

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

Shades of Cabaret #C76072

Tints of Cabaret #C76072

Color information

#C76072 (or 0xC76072) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 72. RGB value is (199,96,114). Sum of RGB (Red+Green+Blue) = 199+96+114=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C76072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76072 is #389F8D. Grayscale: #808080. Windows color (decimal): -3710862 or 7495879. OLE color: 7495879.

HSL color Cylindrical-coordinate representation of color #C76072: hue angle of 349.51º 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 #C76072 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19996114-
CMYK00.520.430.22
HSL349.51º47.91%57.84%-
HSV(B)349.51º51.76%78.04%-
XYZ30.7721.7218.49-
YUV128.85119.62178.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=48.66%
G=23.47%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999611400.520.430.22349.5147.9157.84
HexC760720342B1615e303a
Octal30714016206453265366072
Binary1100011111000001110010011010010101110110101011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76072; }

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

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

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

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

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

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

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

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