#C9656D

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

Shades of Cabaret #C9656D

Tints of Cabaret #C9656D

Color information

#C9656D (or 0xC9656D) is unknown color: approx Cabaret. HEX triplet: C9, 65 and 6D. RGB value is (201,101,109). Sum of RGB (Red+Green+Blue) = 201+101+109=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656D is #369A92. Grayscale: #838383. Windows color (decimal): -3578515 or 7169481. OLE color: 7169481.

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

Color convert

RGB201101109-
CMYK00.500.460.21
HSL355.2º48.08%59.22%-
HSV(B)355.2º49.75%78.82%-
XYZ31.522.8317.21-
YUV131.81115.13177.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=48.91%
G=24.57%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110110900.500.460.21355.248.0859.22
HexC9656D0322E15163303b
Octal31114515506256255436073
Binary1100100111001011101101011001010111010101101100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9656D; }

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

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

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

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

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

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

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

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