#c8526e

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

Shades of Cabaret #C8526E

Tints of Cabaret #C8526E

Color information

#C8526E (or 0xC8526E) is unknown color: approx Cabaret. HEX triplet: C8, 52 and 6E. RGB value is (200,82,110). Sum of RGB (Red+Green+Blue) = 200+82+110=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526E is #37AD91. Grayscale: #787878. Windows color (decimal): -3648914 or 7230152. OLE color: 7230152.

HSL color Cylindrical-coordinate representation of color #C8526E: hue angle of 345.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8526E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB20082110-
CMYK00.590.450.22
HSL345.76º51.75%55.29%-
HSV(B)345.76º59%78.43%-
XYZ29.6519.4416.94-
YUV120.47122.09184.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.02%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=51.02%
G=20.92%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008211000.590.450.22345.7651.7555.29
HexC8526E03B2D1615a3437
Octal31012215607355265326467
Binary1100100010100101101110011101110110110110101011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8526e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8526e; }

 p { color: rgb(200,82,110); }

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

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

 a { background-color: rgb(200,82,110); }

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

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

 span { border-color: rgb(200,82,110); }

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