#C9526C

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

Shades of Cabaret #C9526C

Tints of Cabaret #C9526C

Color information

#C9526C (or 0xC9526C) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 6C. RGB value is (201,82,108). Sum of RGB (Red+Green+Blue) = 201+82+108=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9526C is #36AD93. Grayscale: #787878. Windows color (decimal): -3583380 or 7099081. OLE color: 7099081.

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

Color convert

RGB20182108-
CMYK00.590.460.21
HSL346.89º52.42%55.49%-
HSV(B)346.89º59.2%78.82%-
XYZ29.8119.5316.39-
YUV120.54120.92185.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=51.41%
G=20.97%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018210800.590.460.21346.8952.4255.49
HexC9526C03B2E1515b3437
Octal31112215407356255336467
Binary1100100110100101101100011101110111010101101011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9526C; }

 p { color: rgb(201,82,108); }

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

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

 a { background-color: rgb(201,82,108); }

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

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

 span { border-color: rgb(201,82,108); }

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