#C9496D

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

Shades of Cabaret #C9496D

Tints of Cabaret #C9496D

Color information

#C9496D (or 0xC9496D) is unknown color: approx Cabaret. HEX triplet: C9, 49 and 6D. RGB value is (201,73,109). Sum of RGB (Red+Green+Blue) = 201+73+109=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9496D is #36B692. Grayscale: #737373. Windows color (decimal): -3585683 or 7162313. OLE color: 7162313.

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

Color convert

RGB20173109-
CMYK00.640.460.21
HSL343.12º54.24%53.73%-
HSV(B)343.12º63.68%78.82%-
XYZ29.2318.2916.46-
YUV115.38124.41189.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=52.48%
G=19.06%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017310900.640.460.21343.1254.2453.73
HexC9496D0402E151573636
Octal311111155010056255276666
Binary11001001100100111011010100000010111010101101010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9496D; }

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

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

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

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

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

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

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

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