#C26179

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

Shades of Cabaret #C26179

Tints of Cabaret #C26179

Color information

#C26179 (or 0xC26179) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 79. RGB value is (194,97,121). Sum of RGB (Red+Green+Blue) = 194+97+121=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26179 is #3D9E86. Grayscale: #808080. Windows color (decimal): -4038279 or 7954882. OLE color: 7954882.

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

Color convert

RGB19497121-
CMYK00.500.380.24
HSL345.15º44.29%57.06%-
HSV(B)345.15º50%76.08%-
XYZ29.9721.420.64-
YUV128.74123.64174.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=47.09%
G=23.54%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949712100.500.380.24345.1544.2957.06
HexC2617903226181592c39
Octal30214117106246305315471
Binary1100001011000011111001011001010011011000101011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26179; }

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

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

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

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

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

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

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

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