#cc546f

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

Shades of Cabaret #CC546F

Tints of Cabaret #CC546F

Color information

#CC546F (or 0xCC546F) is unknown color: approx Cabaret. HEX triplet: CC, 54 and 6F. RGB value is (204,84,111). Sum of RGB (Red+Green+Blue) = 204+84+111=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC546F is #33AB90. Grayscale: #7A7A7A. Windows color (decimal): -3386257 or 7296204. OLE color: 7296204.

HSL color Cylindrical-coordinate representation of color #CC546F: hue angle of 346.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC546F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB20484111-
CMYK00.590.460.2
HSL346.5º54.05%56.47%-
HSV(B)346.5º58.82%80%-
XYZ30.9420.3317.33-
YUV122.96121.26185.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=51.13%
G=21.05%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048411100.590.460.2346.554.0556.47
HexCC546F03B2E1415a3638
Octal31412415707356245326670
Binary1100110010101001101111011101110111010100101011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc546f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc546f; }

 p { color: rgb(204,84,111); }

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

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

 a { background-color: rgb(204,84,111); }

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

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

 span { border-color: rgb(204,84,111); }

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