#C26168

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

Shades of Cabaret #C26168

Tints of Cabaret #C26168

Color information

#C26168 (or 0xC26168) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 68. RGB value is (194,97,104). Sum of RGB (Red+Green+Blue) = 194+97+104=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26168 is #3D9E97. Grayscale: #7E7E7E. Windows color (decimal): -4038296 or 6840770. OLE color: 6840770.

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

Color convert

RGB19497104-
CMYK00.500.460.24
HSL355.67º44.29%57.06%-
HSV(B)355.67º50%76.08%-
XYZ29.0221.0215.62-
YUV126.8115.14175.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=49.11%
G=24.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949710400.500.460.24355.6744.2957.06
HexC261680322E181642c39
Octal30214115006256305445471
Binary1100001011000011101000011001010111011000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26168; }

 p { color: rgb(194,97,104); }

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

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

 a { background-color: rgb(194,97,104); }

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

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

 span { border-color: rgb(194,97,104); }

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