#C26576

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

Shades of Cabaret #C26576

Tints of Cabaret #C26576

Color information

#C26576 (or 0xC26576) is unknown color: approx Cabaret. HEX triplet: C2, 65 and 76. RGB value is (194,101,118). Sum of RGB (Red+Green+Blue) = 194+101+118=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26576 is #3D9A89. Grayscale: #828282. Windows color (decimal): -4037258 or 7759298. OLE color: 7759298.

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

Color convert

RGB194101118-
CMYK00.480.390.24
HSL349.03º43.26%57.84%-
HSV(B)349.03º47.94%76.08%-
XYZ30.1722.0819.81-
YUV130.74120.81173.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=46.97%
G=24.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410111800.480.390.24349.0343.2657.84
HexC26576030271815d2b3a
Octal30214516606047305355372
Binary1100001011001011110110011000010011111000101011101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26576; }

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

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

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

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

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

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

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

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