#CC4672

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

Shades of Cabaret #CC4672

Tints of Cabaret #CC4672

Color information

#CC4672 (or 0xCC4672) is unknown color: approx Cabaret. HEX triplet: CC, 46 and 72. RGB value is (204,70,114). Sum of RGB (Red+Green+Blue) = 204+70+114=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4672 is #33B98D. Grayscale: #737373. Windows color (decimal): -3389838 or 7489228. OLE color: 7489228.

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

Color convert

RGB20470114-
CMYK00.660.440.2
HSL340.3º56.78%53.73%-
HSV(B)340.3º65.69%80%-
XYZ30.1318.4317.89-
YUV115.08127.39191.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=52.58%
G=18.04%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047011400.660.440.2340.356.7853.73
HexCC46720422C141543936
Octal314106162010254245247166
Binary11001100100011011100100100001010110010100101010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4672; }

 p { color: rgb(204,70,114); }

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

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

 a { background-color: rgb(204,70,114); }

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

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

 span { border-color: rgb(204,70,114); }

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