#C16970

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

Shades of Cabaret #C16970

Tints of Cabaret #C16970

Color information

#C16970 (or 0xC16970) is unknown color: approx Cabaret. HEX triplet: C1, 69 and 70. RGB value is (193,105,112). Sum of RGB (Red+Green+Blue) = 193+105+112=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C16970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16970 is #3E968F. Grayscale: #848484. Windows color (decimal): -4101776 or 7367105. OLE color: 7367105.

HSL color Cylindrical-coordinate representation of color #C16970: hue angle of 355.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16970 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193105112-
CMYK00.460.420.24
HSL355.23º41.51%58.43%-
HSV(B)355.23º45.6%75.69%-
XYZ29.9722.6118.11-
YUV132.11116.65171.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=47.07%
G=25.61%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310511200.460.420.24355.2341.5158.43
HexC1697002E2A181632a3a
Octal30115116005652305435272
Binary1100000111010011110000010111010101011000101100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16970; }

 p { color: rgb(193,105,112); }

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

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

 a { background-color: rgb(193,105,112); }

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

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

 span { border-color: rgb(193,105,112); }

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