#C26078

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

Shades of Cabaret #C26078

Tints of Cabaret #C26078

Color information

#C26078 (or 0xC26078) is unknown color: approx Cabaret. HEX triplet: C2, 60 and 78. RGB value is (194,96,120). Sum of RGB (Red+Green+Blue) = 194+96+120=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26078 is #3D9F87. Grayscale: #808080. Windows color (decimal): -4038536 or 7889090. OLE color: 7889090.

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

Color convert

RGB19496120-
CMYK00.510.380.24
HSL345.31º44.55%56.86%-
HSV(B)345.31º50.52%76.08%-
XYZ29.8221.1920.29-
YUV128.04123.47175.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=47.32%
G=23.41%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949612000.510.380.24345.3144.5556.86
HexC2607803326181592d39
Octal30214017006346305315571
Binary1100001011000001111000011001110011011000101011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26078; }

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

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

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

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

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

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

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

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