#cc546c

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

Shades of Cabaret #CC546C

Tints of Cabaret #CC546C

Color information

#CC546C (or 0xCC546C) is unknown color: approx Cabaret. HEX triplet: CC, 54 and 6C. RGB value is (204,84,108). Sum of RGB (Red+Green+Blue) = 204+84+108=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC546C is #33AB93. Grayscale: #7A7A7A. Windows color (decimal): -3386260 or 7099596. OLE color: 7099596.

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

Color convert

RGB20484108-
CMYK00.590.470.2
HSL348º54.05%56.47%-
HSV(B)348º58.82%80%-
XYZ30.7820.2616.48-
YUV122.62119.76186.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=51.52%
G=21.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048410800.590.470.234854.0556.47
HexCC546C03B2F1415c3638
Octal31412415407357245346670
Binary1100110010101001101100011101110111110100101011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc546c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc546c; }

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

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

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

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

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

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

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

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