#C26473

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

Shades of Cabaret #C26473

Tints of Cabaret #C26473

Color information

#C26473 (or 0xC26473) is unknown color: approx Cabaret. HEX triplet: C2, 64 and 73. RGB value is (194,100,115). Sum of RGB (Red+Green+Blue) = 194+100+115=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26473 is #3D9B8C. Grayscale: #818181. Windows color (decimal): -4037517 or 7562434. OLE color: 7562434.

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

Color convert

RGB194100115-
CMYK00.480.410.24
HSL350.43º43.52%57.65%-
HSV(B)350.43º48.45%76.08%-
XYZ29.921.8218.86-
YUV129.82119.64173.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=47.43%
G=24.45%
B=28.12%

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
Decimal19410011500.480.410.24350.4343.5257.65
HexC26473030291815e2c3a
Octal30214416306051305365472
Binary1100001011001001110011011000010100111000101011110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26473; }

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

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

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

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

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

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

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

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