#CF466E

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

Shades of Cabaret #CF466E

Tints of Cabaret #CF466E

Color information

#CF466E (or 0xCF466E) is unknown color: approx Cabaret. HEX triplet: CF, 46 and 6E. RGB value is (207,70,110). Sum of RGB (Red+Green+Blue) = 207+70+110=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF466E is #30B991. Grayscale: #737373. Windows color (decimal): -3193234 or 7227087. OLE color: 7227087.

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

Color convert

RGB20770110-
CMYK00.660.470.19
HSL342.48º58.8%54.31%-
HSV(B)342.48º66.18%81.18%-
XYZ30.7418.7716.76-
YUV115.52124.89193.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=53.49%
G=18.09%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077011000.660.470.19342.4858.854.31
HexCF466E0422F131563b36
Octal317106156010257235267366
Binary11001111100011011011100100001010111110011101010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF466E; }

 p { color: rgb(207,70,110); }

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

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

 a { background-color: rgb(207,70,110); }

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

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

 span { border-color: rgb(207,70,110); }

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