#CC4065

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

Shades of Cabaret #CC4065

Tints of Cabaret #CC4065

Color information

#CC4065 (or 0xCC4065) is unknown color: approx Cabaret. HEX triplet: CC, 40 and 65. RGB value is (204,64,101). Sum of RGB (Red+Green+Blue) = 204+64+101=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4065 is #33BF9A. Grayscale: #6E6E6E. Windows color (decimal): -3391387 or 6635724. OLE color: 6635724.

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

Color convert

RGB20464101-
CMYK00.690.500.2
HSL344.14º57.85%52.55%-
HSV(B)344.14º68.63%80%-
XYZ29.0817.4414.15-
YUV110.08122.88194.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=55.28%
G=17.34%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046410100.690.500.2344.1457.8552.55
HexCC406504532141583a35
Octal314100145010562245307265
Binary11001100100000011001010100010111001010100101011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4065; }

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

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

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

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

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

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

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

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