#C76A6F

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

Shades of Cabaret #C76A6F

Tints of Cabaret #C76A6F

Color information

#C76A6F (or 0xC76A6F) is unknown color: approx Cabaret. HEX triplet: C7, 6A and 6F. RGB value is (199,106,111). Sum of RGB (Red+Green+Blue) = 199+106+111=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A6F is #389590. Grayscale: #868686. Windows color (decimal): -3708305 or 7301831. OLE color: 7301831.

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

Color convert

RGB199106111-
CMYK00.470.440.22
HSL356.77º45.37%59.8%-
HSV(B)356.77º46.73%78.04%-
XYZ31.5823.617.93-
YUV134.38114.81174.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=47.84%
G=25.48%
B=26.68%

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
Decimal19910611100.470.440.22356.7745.3759.8
HexC76A6F02F2C161652d3c
Octal30715215705754265455574
Binary1100011111010101101111010111110110010110101100101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A6F; }

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

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

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

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

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

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

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

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