#C76A70

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

Shades of Cabaret #C76A70

Tints of Cabaret #C76A70

Color information

#C76A70 (or 0xC76A70) is unknown color: approx Cabaret. HEX triplet: C7, 6A and 70. RGB value is (199,106,112). Sum of RGB (Red+Green+Blue) = 199+106+112=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A70 is #38958F. Grayscale: #868686. Windows color (decimal): -3708304 or 7367367. OLE color: 7367367.

HSL color Cylindrical-coordinate representation of color #C76A70: hue angle of 356.13º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76A70 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199106112-
CMYK00.470.440.22
HSL356.13º45.37%59.8%-
HSV(B)356.13º46.73%78.04%-
XYZ31.6323.6218.22-
YUV134.49115.31174.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=47.72%
G=25.42%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910611200.470.440.22356.1345.3759.8
HexC76A7002F2C161642d3c
Octal30715216005754265445574
Binary1100011111010101110000010111110110010110101100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A70; }

 p { color: rgb(199,106,112); }

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

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

 a { background-color: rgb(199,106,112); }

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

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

 span { border-color: rgb(199,106,112); }

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