#C0676A

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

Shades of Cabaret #C0676A

Tints of Cabaret #C0676A

Color information

#C0676A (or 0xC0676A) is unknown color: approx Cabaret. HEX triplet: C0, 67 and 6A. RGB value is (192,103,106). Sum of RGB (Red+Green+Blue) = 192+103+106=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0676A is #3F9895. Grayscale: #828282. Windows color (decimal): -4167830 or 6973376. OLE color: 6973376.

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

Color convert

RGB192103106-
CMYK00.460.450.25
HSL357.98º41.4%57.84%-
HSV(B)357.98º46.35%75.29%-
XYZ29.1921.9516.33-
YUV129.95114.49172.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=47.88%
G=25.69%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210310600.460.450.25357.9841.457.84
HexC0676A02E2D19166293a
Octal30014715205655315465172
Binary1100000011001111101010010111010110111001101100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0676A; }

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

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

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

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

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

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

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

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