#C96971

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

Shades of Cabaret #C96971

Tints of Cabaret #C96971

Color information

#C96971 (or 0xC96971) is unknown color: approx Cabaret. HEX triplet: C9, 69 and 71. RGB value is (201,105,113). Sum of RGB (Red+Green+Blue) = 201+105+113=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96971 is #36968E. Grayscale: #868686. Windows color (decimal): -3577487 or 7432649. OLE color: 7432649.

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

Color convert

RGB201105113-
CMYK00.480.440.21
HSL355º47.06%60%-
HSV(B)355º47.76%78.82%-
XYZ32.1223.7118.51-
YUV134.62115.8175.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=47.97%
G=25.06%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110511300.480.440.2135547.0660
HexC969710302C151632f3c
Octal31115116106054255435774
Binary1100100111010011110001011000010110010101101100011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96971; }

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

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

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

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

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

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

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

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