#CC4661

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

Shades of Cabaret #CC4661

Tints of Cabaret #CC4661

Color information

#CC4661 (or 0xCC4661) is unknown color: approx Cabaret. HEX triplet: CC, 46 and 61. RGB value is (204,70,97). Sum of RGB (Red+Green+Blue) = 204+70+97=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4661 is #33B99E. Grayscale: #717171. Windows color (decimal): -3389855 or 6375116. OLE color: 6375116.

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

Color convert

RGB2047097-
CMYK00.660.520.2
HSL347.91º56.78%53.73%-
HSV(B)347.91º65.69%80%-
XYZ29.2518.0813.26-
YUV113.14118.89192.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=54.99%
G=18.87%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204709700.660.520.2347.9156.7853.73
HexCC4661042341415c3936
Octal314106141010264245347166
Binary11001100100011011000010100001011010010100101011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4661; }

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

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

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

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

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

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

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

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