#cc446c

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

Shades of Cabaret #CC446C

Tints of Cabaret #CC446C

Color information

#CC446C (or 0xCC446C) is unknown color: approx Cabaret. HEX triplet: CC, 44 and 6C. RGB value is (204,68,108). Sum of RGB (Red+Green+Blue) = 204+68+108=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC446C is #33BB93. Grayscale: #717171. Windows color (decimal): -3390356 or 7095500. OLE color: 7095500.

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

Color convert

RGB20468108-
CMYK00.670.470.2
HSL342.35º57.14%53.33%-
HSV(B)342.35º66.67%80%-
XYZ29.6818.0516.11-
YUV113.22125.06192.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=53.68%
G=17.89%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046810800.670.470.2342.3557.1453.33
HexCC446C0432F141563935
Octal314104154010357245267165
Binary11001100100010011011000100001110111110100101010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc446c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc446c; }

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

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

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

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

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

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

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

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