#C26377

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

Shades of Cabaret #C26377

Tints of Cabaret #C26377

Color information

#C26377 (or 0xC26377) is unknown color: approx Cabaret. HEX triplet: C2, 63 and 77. RGB value is (194,99,119). Sum of RGB (Red+Green+Blue) = 194+99+119=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26377 is #3D9C88. Grayscale: #818181. Windows color (decimal): -4037769 or 7824322. OLE color: 7824322.

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

Color convert

RGB19499119-
CMYK00.490.390.24
HSL347.37º43.78%57.45%-
HSV(B)347.37º48.97%76.08%-
XYZ30.0421.7220.06-
YUV129.68121.97173.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=47.09%
G=24.03%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949911900.490.390.24347.3743.7857.45
HexC26377031271815b2c39
Octal30214316706147305335471
Binary1100001011000111110111011000110011111000101011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26377; }

 p { color: rgb(194,99,119); }

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

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

 a { background-color: rgb(194,99,119); }

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

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

 span { border-color: rgb(194,99,119); }

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