#C26278

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

Shades of Cabaret #C26278

Tints of Cabaret #C26278

Color information

#C26278 (or 0xC26278) is unknown color: approx Cabaret. HEX triplet: C2, 62 and 78. RGB value is (194,98,120). Sum of RGB (Red+Green+Blue) = 194+98+120=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26278 is #3D9D87. Grayscale: #818181. Windows color (decimal): -4038024 or 7889602. OLE color: 7889602.

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

Color convert

RGB19498120-
CMYK00.490.380.24
HSL346.25º44.04%57.25%-
HSV(B)346.25º49.48%76.08%-
XYZ30.0121.5620.35-
YUV129.21122.8174.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=47.09%
G=23.79%
B=29.13%

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
Decimal1949812000.490.380.24346.2544.0457.25
HexC26278031261815a2c39
Octal30214217006146305325471
Binary1100001011000101111000011000110011011000101011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26278; }

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

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

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

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

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

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

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

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