#C26279

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

Shades of Cabaret #C26279

Tints of Cabaret #C26279

Color information

#C26279 (or 0xC26279) is unknown color: approx Cabaret. HEX triplet: C2, 62 and 79. RGB value is (194,98,121). Sum of RGB (Red+Green+Blue) = 194+98+121=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26279 is #3D9D86. Grayscale: #818181. Windows color (decimal): -4038023 or 7955138. OLE color: 7955138.

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

Color convert

RGB19498121-
CMYK00.490.380.24
HSL345.62º44.04%57.25%-
HSV(B)345.62º49.48%76.08%-
XYZ30.0721.5920.67-
YUV129.33123.3174.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=46.97%
G=23.73%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949812100.490.380.24345.6244.0457.25
HexC26279031261815a2c39
Octal30214217106146305325471
Binary1100001011000101111001011000110011011000101011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26279; }

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

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

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

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

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

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

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

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