#C9676C

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

Shades of Cabaret #C9676C

Tints of Cabaret #C9676C

Color information

#C9676C (or 0xC9676C) is unknown color: approx Cabaret. HEX triplet: C9, 67 and 6C. RGB value is (201,103,108). Sum of RGB (Red+Green+Blue) = 201+103+108=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9676C is #369893. Grayscale: #848484. Windows color (decimal): -3578004 or 7104457. OLE color: 7104457.

HSL color Cylindrical-coordinate representation of color #C9676C: hue angle of 356.94º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9676C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201103108-
CMYK00.490.460.21
HSL356.94º47.57%59.61%-
HSV(B)356.94º48.76%78.82%-
XYZ31.6423.217-
YUV132.87113.97176.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=48.79%
G=25%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110310800.490.460.21356.9447.5759.61
HexC9676C0312E15165303c
Octal31114715406156255456074
Binary1100100111001111101100011000110111010101101100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9676C; }

 p { color: rgb(201,103,108); }

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

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

 a { background-color: rgb(201,103,108); }

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

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

 span { border-color: rgb(201,103,108); }

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