#CC546D

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

Shades of Cabaret #CC546D

Tints of Cabaret #CC546D

Color information

#CC546D (or 0xCC546D) is unknown color: approx Cabaret. HEX triplet: CC, 54 and 6D. RGB value is (204,84,109). Sum of RGB (Red+Green+Blue) = 204+84+109=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC546D is #33AB92. Grayscale: #7A7A7A. Windows color (decimal): -3386259 or 7165132. OLE color: 7165132.

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

Color convert

RGB20484109-
CMYK00.590.470.2
HSL347.5º54.05%56.47%-
HSV(B)347.5º58.82%80%-
XYZ30.8320.2816.76-
YUV122.73120.26185.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=51.39%
G=21.16%
B=27.46%

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
Decimal2048410900.590.470.2347.554.0556.47
HexCC546D03B2F1415c3638
Octal31412415507357245346670
Binary1100110010101001101101011101110111110100101011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC546D; }

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

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

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

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

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

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

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

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