#C16670

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

Shades of Cabaret #C16670

Tints of Cabaret #C16670

Color information

#C16670 (or 0xC16670) is unknown color: approx Cabaret. HEX triplet: C1, 66 and 70. RGB value is (193,102,112). Sum of RGB (Red+Green+Blue) = 193+102+112=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C16670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16670 is #3E998F. Grayscale: #828282. Windows color (decimal): -4102544 or 7366337. OLE color: 7366337.

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

Color convert

RGB193102112-
CMYK00.470.420.24
HSL353.41º42.33%57.84%-
HSV(B)353.41º47.15%75.69%-
XYZ29.6722.0118.01-
YUV130.35117.65172.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=47.42%
G=25.06%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310211200.470.420.24353.4142.3357.84
HexC1667002F2A181612a3a
Octal30114616005752305415272
Binary1100000111001101110000010111110101011000101100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16670; }

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

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

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

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

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

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

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

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