#C9616E

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

Shades of Cabaret #C9616E

Tints of Cabaret #C9616E

Color information

#C9616E (or 0xC9616E) is unknown color: approx Cabaret. HEX triplet: C9, 61 and 6E. RGB value is (201,97,110). Sum of RGB (Red+Green+Blue) = 201+97+110=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9616E is #369E91. Grayscale: #818181. Windows color (decimal): -3579538 or 7233993. OLE color: 7233993.

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

Color convert

RGB20197110-
CMYK00.520.450.21
HSL352.5º49.06%58.43%-
HSV(B)352.5º51.74%78.82%-
XYZ31.1822.0917.37-
YUV129.58116.96178.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=49.26%
G=23.77%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019711000.520.450.21352.549.0658.43
HexC9616E0342D15160313a
Octal31114115606455255406172
Binary1100100111000011101110011010010110110101101100000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9616E; }

 p { color: rgb(201,97,110); }

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

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

 a { background-color: rgb(201,97,110); }

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

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

 span { border-color: rgb(201,97,110); }

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