#C76677

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

Shades of Cabaret #C76677

Tints of Cabaret #C76677

Color information

#C76677 (or 0xC76677) is unknown color: approx Cabaret. HEX triplet: C7, 66 and 77. RGB value is (199,102,119). Sum of RGB (Red+Green+Blue) = 199+102+119=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76677 is #389988. Grayscale: #848484. Windows color (decimal): -3709321 or 7825095. OLE color: 7825095.

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

Color convert

RGB199102119-
CMYK00.490.400.22
HSL349.48º46.41%59.02%-
HSV(B)349.48º48.74%78.04%-
XYZ31.6322.9820.22-
YUV132.94120.14175.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=47.38%
G=24.29%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910211900.490.400.22349.4846.4159.02
HexC76677031281615d2e3b
Octal30714616706150265355673
Binary1100011111001101110111011000110100010110101011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76677; }

 p { color: rgb(199,102,119); }

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

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

 a { background-color: rgb(199,102,119); }

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

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

 span { border-color: rgb(199,102,119); }

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