#C26972

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

Shades of Cabaret #C26972

Tints of Cabaret #C26972

Color information

#C26972 (or 0xC26972) is unknown color: approx Cabaret. HEX triplet: C2, 69 and 72. RGB value is (194,105,114). Sum of RGB (Red+Green+Blue) = 194+105+114=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26972 is #3D968D. Grayscale: #848484. Windows color (decimal): -4036238 or 7498178. OLE color: 7498178.

HSL color Cylindrical-coordinate representation of color #C26972: hue angle of 353.93º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26972 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB194105114-
CMYK00.460.410.24
HSL353.93º42.18%58.63%-
HSV(B)353.93º45.88%76.08%-
XYZ30.3422.7918.72-
YUV132.64117.49171.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=46.97%
G=25.42%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410511400.460.410.24353.9342.1858.63
HexC2697202E29181622a3b
Octal30215116205651305425273
Binary1100001011010011110010010111010100111000101100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26972; }

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

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

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

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

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

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

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

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