#C9656F

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

Shades of Cabaret #C9656F

Tints of Cabaret #C9656F

Color information

#C9656F (or 0xC9656F) is unknown color: approx Cabaret. HEX triplet: C9, 65 and 6F. RGB value is (201,101,111). Sum of RGB (Red+Green+Blue) = 201+101+111=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656F is #369A90. Grayscale: #848484. Windows color (decimal): -3578513 or 7300553. OLE color: 7300553.

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

Color convert

RGB201101111-
CMYK00.500.450.21
HSL354º48.08%59.22%-
HSV(B)354º49.75%78.82%-
XYZ31.6122.8717.79-
YUV132.04116.13177.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=48.67%
G=24.46%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110111100.500.450.2135448.0859.22
HexC9656F0322D15162303b
Octal31114515706255255426073
Binary1100100111001011101111011001010110110101101100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9656F; }

 p { color: rgb(201,101,111); }

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

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

 a { background-color: rgb(201,101,111); }

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

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

 span { border-color: rgb(201,101,111); }

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