#c76b6c

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

Shades of Cabaret #C76B6C

Tints of Cabaret #C76B6C

Color information

#C76B6C (or 0xC76B6C) is unknown color: approx Cabaret. HEX triplet: C7, 6B and 6C. RGB value is (199,107,108). Sum of RGB (Red+Green+Blue) = 199+107+108=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B6C is #389493. Grayscale: #868686. Windows color (decimal): -3708052 or 7105479. OLE color: 7105479.

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

Color convert

RGB199107108-
CMYK00.460.460.22
HSL359.35º45.1%60%-
HSV(B)359.35º46.23%78.04%-
XYZ31.5223.7417.11-
YUV134.62112.98173.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=48.07%
G=25.85%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910710800.460.460.22359.3545.160
HexC76B6C02E2E161672d3c
Octal30715315405656265475574
Binary1100011111010111101100010111010111010110101100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76b6c; }

 p { color: rgb(199,107,108); }

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

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

 a { background-color: rgb(199,107,108); }

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

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

 span { border-color: rgb(199,107,108); }

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