#C9526D

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

Shades of Cabaret #C9526D

Tints of Cabaret #C9526D

Color information

#C9526D (or 0xC9526D) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 6D. RGB value is (201,82,109). Sum of RGB (Red+Green+Blue) = 201+82+109=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9526D is #36AD92. Grayscale: #787878. Windows color (decimal): -3583379 or 7164617. OLE color: 7164617.

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

Color convert

RGB20182109-
CMYK00.590.460.21
HSL346.39º52.42%55.49%-
HSV(B)346.39º59.2%78.82%-
XYZ29.8719.5616.67-
YUV120.66121.42185.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=51.28%
G=20.92%
B=27.81%

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
Decimal2018210900.590.460.21346.3952.4255.49
HexC9526D03B2E1515a3437
Octal31112215507356255326467
Binary1100100110100101101101011101110111010101101011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9526D; }

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

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

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

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

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

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

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

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