#C26176

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

Shades of Cabaret #C26176

Tints of Cabaret #C26176

Color information

#C26176 (or 0xC26176) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 76. RGB value is (194,97,118). Sum of RGB (Red+Green+Blue) = 194+97+118=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26176 is #3D9E89. Grayscale: #808080. Windows color (decimal): -4038282 or 7758274. OLE color: 7758274.

HSL color Cylindrical-coordinate representation of color #C26176: hue angle of 347.01º 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 #C26176 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19497118-
CMYK00.500.390.24
HSL347.01º44.29%57.06%-
HSV(B)347.01º50%76.08%-
XYZ29.7921.3319.69-
YUV128.4122.14174.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=47.43%
G=23.72%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949711800.500.390.24347.0144.2957.06
HexC26176032271815b2c39
Octal30214116606247305335471
Binary1100001011000011110110011001010011111000101011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26176; }

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

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

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

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

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

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

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

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