#C9547B

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

Shades of Cabaret #C9547B

Tints of Cabaret #C9547B

Color information

#C9547B (or 0xC9547B) is unknown color: approx Cabaret. HEX triplet: C9, 54 and 7B. RGB value is (201,84,123). Sum of RGB (Red+Green+Blue) = 201+84+123=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9547B is #36AB84. Grayscale: #7B7B7B. Windows color (decimal): -3582853 or 8082633. OLE color: 8082633.

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

Color convert

RGB20184123-
CMYK00.580.390.21
HSL340º52%55.88%-
HSV(B)340º58.21%78.82%-
XYZ30.8320.1921.01-
YUV123.43127.76183.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=49.26%
G=20.59%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018412300.580.390.213405255.88
HexC9547B03A27151543438
Octal31112417307247255246470
Binary1100100110101001111011011101010011110101101010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9547B; }

 p { color: rgb(201,84,123); }

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

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

 a { background-color: rgb(201,84,123); }

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

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

 span { border-color: rgb(201,84,123); }

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