#CF5465

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

Shades of Cabaret #CF5465

Tints of Cabaret #CF5465

Color information

#CF5465 (or 0xCF5465) is unknown color: approx Cabaret. HEX triplet: CF, 54 and 65. RGB value is (207,84,101). Sum of RGB (Red+Green+Blue) = 207+84+101=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5465 is #30AB9A. Grayscale: #7A7A7A. Windows color (decimal): -3189659 or 6640847. OLE color: 6640847.

HSL color Cylindrical-coordinate representation of color #CF5465: hue angle of 351.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5465 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB20784101-
CMYK00.590.510.19
HSL351.71º56.16%57.06%-
HSV(B)351.71º59.42%81.18%-
XYZ31.2520.5514.63-
YUV122.71115.75188.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=52.81%
G=21.43%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078410100.590.510.19351.7156.1657.06
HexCF546503B33131603839
Octal31712414507363235407071
Binary1100111110101001100101011101111001110011101100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5465; }

 p { color: rgb(207,84,101); }

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

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

 a { background-color: rgb(207,84,101); }

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

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

 span { border-color: rgb(207,84,101); }

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