#C76776

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

Shades of Cabaret #C76776

Tints of Cabaret #C76776

Color information

#C76776 (or 0xC76776) is unknown color: approx Cabaret. HEX triplet: C7, 67 and 76. RGB value is (199,103,118). Sum of RGB (Red+Green+Blue) = 199+103+118=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C76776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76776 is #389889. Grayscale: #858585. Windows color (decimal): -3709066 or 7759815. OLE color: 7759815.

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

Color convert

RGB199103118-
CMYK00.480.410.22
HSL350.62º46.15%59.22%-
HSV(B)350.62º48.24%78.04%-
XYZ31.6723.1519.94-
YUV133.41119.3174.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=47.38%
G=24.52%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910311800.480.410.22350.6246.1559.22
HexC76776030291615f2e3b
Octal30714716606051265375673
Binary1100011111001111110110011000010100110110101011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76776; }

 p { color: rgb(199,103,118); }

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

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

 a { background-color: rgb(199,103,118); }

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

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

 span { border-color: rgb(199,103,118); }

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