#C26171

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

Shades of Cabaret #C26171

Tints of Cabaret #C26171

Color information

#C26171 (or 0xC26171) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 71. RGB value is (194,97,113). Sum of RGB (Red+Green+Blue) = 194+97+113=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C26171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26171 is #3D9E8E. Grayscale: #7F7F7F. Windows color (decimal): -4038287 or 7430594. OLE color: 7430594.

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

Color convert

RGB19497113-
CMYK00.500.420.24
HSL350.1º44.29%57.06%-
HSV(B)350.1º50%76.08%-
XYZ29.521.2118.16-
YUV127.83119.64175.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=48.02%
G=24.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949711300.500.420.24350.144.2957.06
HexC261710322A1815e2c39
Octal30214116106252305365471
Binary1100001011000011110001011001010101011000101011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26171; }

 p { color: rgb(194,97,113); }

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

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

 a { background-color: rgb(194,97,113); }

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

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

 span { border-color: rgb(194,97,113); }

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