#C96973

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

Shades of Cabaret #C96973

Tints of Cabaret #C96973

Color information

#C96973 (or 0xC96973) is unknown color: approx Cabaret. HEX triplet: C9, 69 and 73. RGB value is (201,105,115). Sum of RGB (Red+Green+Blue) = 201+105+115=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96973 is #36968C. Grayscale: #868686. Windows color (decimal): -3577485 or 7563721. OLE color: 7563721.

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

Color convert

RGB201105115-
CMYK00.480.430.21
HSL353.75º47.06%60%-
HSV(B)353.75º47.76%78.82%-
XYZ32.2323.7619.11-
YUV134.84116.8175.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=47.74%
G=24.94%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110511500.480.430.21353.7547.0660
HexC969730302B151622f3c
Octal31115116306053255425774
Binary1100100111010011110011011000010101110101101100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96973; }

 p { color: rgb(201,105,115); }

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

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

 a { background-color: rgb(201,105,115); }

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

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

 span { border-color: rgb(201,105,115); }

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