#CC4565

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

Shades of Cabaret #CC4565

Tints of Cabaret #CC4565

Color information

#CC4565 (or 0xCC4565) is unknown color: approx Cabaret. HEX triplet: CC, 45 and 65. RGB value is (204,69,101). Sum of RGB (Red+Green+Blue) = 204+69+101=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4565 is #33BA9A. Grayscale: #717171. Windows color (decimal): -3390107 or 6637004. OLE color: 6637004.

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

Color convert

RGB20469101-
CMYK00.660.500.2
HSL345.78º56.96%53.53%-
HSV(B)345.78º66.18%80%-
XYZ29.3818.0314.24-
YUV113.01121.23192.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=54.55%
G=18.45%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046910100.660.500.2345.7856.9653.53
HexCC4565042321415a3936
Octal314105145010262245327166
Binary11001100100010111001010100001011001010100101011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4565; }

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

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

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

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

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

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

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

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