#C26173

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

Shades of Cabaret #C26173

Tints of Cabaret #C26173

Color information

#C26173 (or 0xC26173) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 73. RGB value is (194,97,115). Sum of RGB (Red+Green+Blue) = 194+97+115=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26173 is #3D9E8C. Grayscale: #808080. Windows color (decimal): -4038285 or 7561666. OLE color: 7561666.

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

Color convert

RGB19497115-
CMYK00.500.410.24
HSL348.87º44.29%57.06%-
HSV(B)348.87º50%76.08%-
XYZ29.6221.2618.76-
YUV128.06120.64175.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=47.78%
G=23.89%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949711500.500.410.24348.8744.2957.06
HexC26173032291815d2c39
Octal30214116306251305355471
Binary1100001011000011110011011001010100111000101011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26173; }

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

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

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

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

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

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

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

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