#C9526B

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

Shades of Cabaret #C9526B

Tints of Cabaret #C9526B

Color information

#C9526B (or 0xC9526B) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 6B. RGB value is (201,82,107). Sum of RGB (Red+Green+Blue) = 201+82+107=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9526B is #36AD94. Grayscale: #787878. Windows color (decimal): -3583381 or 7033545. OLE color: 7033545.

HSL color Cylindrical-coordinate representation of color #C9526B: hue angle of 347.39º 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 #C9526B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20182107-
CMYK00.590.470.21
HSL347.39º52.42%55.49%-
HSV(B)347.39º59.2%78.82%-
XYZ29.7619.5116.11-
YUV120.43120.42185.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=51.54%
G=21.03%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018210700.590.470.21347.3952.4255.49
HexC9526B03B2F1515b3437
Octal31112215307357255336467
Binary1100100110100101101011011101110111110101101011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9526B; }

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

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

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

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

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

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

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

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