#C26178

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

Shades of Cabaret #C26178

Tints of Cabaret #C26178

Color information

#C26178 (or 0xC26178) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 78. RGB value is (194,97,120). Sum of RGB (Red+Green+Blue) = 194+97+120=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26178 is #3D9E87. Grayscale: #808080. Windows color (decimal): -4038280 or 7889346. OLE color: 7889346.

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

Color convert

RGB19497120-
CMYK00.500.380.24
HSL345.77º44.29%57.06%-
HSV(B)345.77º50%76.08%-
XYZ29.9121.3720.32-
YUV128.62123.14174.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=47.20%
G=23.60%
B=29.20%

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
Decimal1949712000.500.380.24345.7744.2957.06
HexC26178032261815a2c39
Octal30214117006246305325471
Binary1100001011000011111000011001010011011000101011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26178; }

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

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

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

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

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

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

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

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