#CC4061

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

Shades of Cabaret #CC4061

Tints of Cabaret #CC4061

Color information

#CC4061 (or 0xCC4061) is unknown color: approx Cabaret. HEX triplet: CC, 40 and 61. RGB value is (204,64,97). Sum of RGB (Red+Green+Blue) = 204+64+97=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4061 is #33BF9E. Grayscale: #6D6D6D. Windows color (decimal): -3391391 or 6373580. OLE color: 6373580.

HSL color Cylindrical-coordinate representation of color #CC4061: hue angle of 345.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4061 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB2046497-
CMYK00.690.520.2
HSL345.86º57.85%52.55%-
HSV(B)345.86º68.63%80%-
XYZ28.8917.3713.14-
YUV109.62120.88195.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=55.89%
G=17.53%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204649700.690.520.2345.8657.8552.55
HexCC4061045341415a3a35
Octal314100141010564245327265
Binary11001100100000011000010100010111010010100101011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4061; }

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

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

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

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

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

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

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

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