#C7676E

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

Shades of Cabaret #C7676E

Tints of Cabaret #C7676E

Color information

#C7676E (or 0xC7676E) is unknown color: approx Cabaret. HEX triplet: C7, 67 and 6E. RGB value is (199,103,110). Sum of RGB (Red+Green+Blue) = 199+103+110=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7676E is #389891. Grayscale: #848484. Windows color (decimal): -3709074 or 7235527. OLE color: 7235527.

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

Color convert

RGB199103110-
CMYK00.480.450.22
HSL355.62º46.15%59.22%-
HSV(B)355.62º48.24%78.04%-
XYZ31.2222.9717.54-
YUV132.5115.3175.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=48.30%
G=25%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910311000.480.450.22355.6246.1559.22
HexC7676E0302D161642e3b
Octal30714715606055265445673
Binary1100011111001111101110011000010110110110101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7676E; }

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

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

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

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

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

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

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

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