#CC446A

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

Shades of Cabaret #CC446A

Tints of Cabaret #CC446A

Color information

#CC446A (or 0xCC446A) is unknown color: approx Cabaret. HEX triplet: CC, 44 and 6A. RGB value is (204,68,106). Sum of RGB (Red+Green+Blue) = 204+68+106=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC446A is #33BB95. Grayscale: #707070. Windows color (decimal): -3390358 or 6964428. OLE color: 6964428.

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

Color convert

RGB20468106-
CMYK00.670.480.2
HSL343.24º57.14%53.33%-
HSV(B)343.24º66.67%80%-
XYZ29.5718.0115.55-
YUV113124.06192.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=53.97%
G=17.99%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046810600.670.480.2343.2457.1453.33
HexCC446A04330141573935
Octal314104152010360245277165
Binary11001100100010011010100100001111000010100101010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC446A; }

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

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

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

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

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

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

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

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