#C76B6E

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

Shades of Cabaret #C76B6E

Tints of Cabaret #C76B6E

Color information

#C76B6E (or 0xC76B6E) is unknown color: approx Cabaret. HEX triplet: C7, 6B and 6E. RGB value is (199,107,110). Sum of RGB (Red+Green+Blue) = 199+107+110=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B6E is #389491. Grayscale: #868686. Windows color (decimal): -3708050 or 7236551. OLE color: 7236551.

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

Color convert

RGB199107110-
CMYK00.460.450.22
HSL358.04º45.1%60%-
HSV(B)358.04º46.23%78.04%-
XYZ31.6323.7817.68-
YUV134.85113.98173.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=47.84%
G=25.72%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910711000.460.450.22358.0445.160
HexC76B6E02E2D161662d3c
Octal30715315605655265465574
Binary1100011111010111101110010111010110110110101100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B6E; }

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

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

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

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

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

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

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

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