#C26175

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

Shades of Cabaret #C26175

Tints of Cabaret #C26175

Color information

#C26175 (or 0xC26175) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 75. RGB value is (194,97,117). Sum of RGB (Red+Green+Blue) = 194+97+117=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26175 is #3D9E8A. Grayscale: #808080. Windows color (decimal): -4038283 or 7692738. OLE color: 7692738.

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

Color convert

RGB19497117-
CMYK00.500.400.24
HSL347.63º44.29%57.06%-
HSV(B)347.63º50%76.08%-
XYZ29.7321.319.37-
YUV128.28121.64174.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=47.55%
G=23.77%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949711700.500.400.24347.6344.2957.06
HexC26175032281815c2c39
Octal30214116506250305345471
Binary1100001011000011110101011001010100011000101011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26175; }

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

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

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

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

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

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

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

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