#C26169

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

Shades of Cabaret #C26169

Tints of Cabaret #C26169

Color information

#C26169 (or 0xC26169) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 69. RGB value is (194,97,105). Sum of RGB (Red+Green+Blue) = 194+97+105=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26169 is #3D9E96. Grayscale: #7E7E7E. Windows color (decimal): -4038295 or 6906306. OLE color: 6906306.

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

Color convert

RGB19497105-
CMYK00.500.460.24
HSL355.05º44.29%57.06%-
HSV(B)355.05º50%76.08%-
XYZ29.0721.0415.89-
YUV126.92115.64175.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=48.99%
G=24.49%
B=26.52%

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
Decimal1949710500.500.460.24355.0544.2957.06
HexC261690322E181632c39
Octal30214115106256305435471
Binary1100001011000011101001011001010111011000101100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26169; }

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

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

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

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

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

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

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

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