#C9666D

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

Shades of Cabaret #C9666D

Tints of Cabaret #C9666D

Color information

#C9666D (or 0xC9666D) is unknown color: approx Cabaret. HEX triplet: C9, 66 and 6D. RGB value is (201,102,109). Sum of RGB (Red+Green+Blue) = 201+102+109=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9666D is #369992. Grayscale: #848484. Windows color (decimal): -3578259 or 7169737. OLE color: 7169737.

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

Color convert

RGB201102109-
CMYK00.490.460.21
HSL355.76º47.83%59.41%-
HSV(B)355.76º49.25%78.82%-
XYZ31.623.0217.25-
YUV132.4114.8176.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=48.79%
G=24.76%
B=26.46%

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
Decimal20110210900.490.460.21355.7647.8359.41
HexC9666D0312E15164303b
Octal31114615506156255446073
Binary1100100111001101101101011000110111010101101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9666D; }

 p { color: rgb(201,102,109); }

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

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

 a { background-color: rgb(201,102,109); }

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

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

 span { border-color: rgb(201,102,109); }

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