#C26472

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

Shades of Cabaret #C26472

Tints of Cabaret #C26472

Color information

#C26472 (or 0xC26472) is unknown color: approx Cabaret. HEX triplet: C2, 64 and 72. RGB value is (194,100,114). Sum of RGB (Red+Green+Blue) = 194+100+114=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26472 is #3D9B8D. Grayscale: #818181. Windows color (decimal): -4037518 or 7496898. OLE color: 7496898.

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

Color convert

RGB194100114-
CMYK00.480.410.24
HSL351.06º43.52%57.65%-
HSV(B)351.06º48.45%76.08%-
XYZ29.8421.818.55-
YUV129.7119.14173.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=47.55%
G=24.51%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410011400.480.410.24351.0643.5257.65
HexC26472030291815f2c3a
Octal30214416206051305375472
Binary1100001011001001110010011000010100111000101011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26472; }

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

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

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

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

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

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

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

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