#C26071

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

Shades of Cabaret #C26071

Tints of Cabaret #C26071

Color information

#C26071 (or 0xC26071) is unknown color: approx Cabaret. HEX triplet: C2, 60 and 71. RGB value is (194,96,113). Sum of RGB (Red+Green+Blue) = 194+96+113=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C26071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26071 is #3D9F8E. Grayscale: #7F7F7F. Windows color (decimal): -4038543 or 7430338. OLE color: 7430338.

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

Color convert

RGB19496113-
CMYK00.510.420.24
HSL349.59º44.55%56.86%-
HSV(B)349.59º50.52%76.08%-
XYZ29.4121.0318.13-
YUV127.24119.97175.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=48.14%
G=23.82%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949611300.510.420.24349.5944.5556.86
HexC260710332A1815e2d39
Octal30214016106352305365571
Binary1100001011000001110001011001110101011000101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26071; }

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

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

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

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

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

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

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

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