#C0676D

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

Shades of Cabaret #C0676D

Tints of Cabaret #C0676D

Color information

#C0676D (or 0xC0676D) is unknown color: approx Cabaret. HEX triplet: C0, 67 and 6D. RGB value is (192,103,109). Sum of RGB (Red+Green+Blue) = 192+103+109=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0676D is #3F9892. Grayscale: #828282. Windows color (decimal): -4167827 or 7169984. OLE color: 7169984.

HSL color Cylindrical-coordinate representation of color #C0676D: hue angle of 355.96º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0676D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192103109-
CMYK00.460.430.25
HSL355.96º41.4%57.84%-
HSV(B)355.96º46.35%75.29%-
XYZ29.3522.0117.17-
YUV130.29115.99172.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=47.52%
G=25.50%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210310900.460.430.25355.9641.457.84
HexC0676D02E2B19164293a
Octal30014715505653315445172
Binary1100000011001111101101010111010101111001101100100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0676D; }

 p { color: rgb(192,103,109); }

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

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

 a { background-color: rgb(192,103,109); }

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

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

 span { border-color: rgb(192,103,109); }

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