#CF466F

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

Shades of Cabaret #CF466F

Tints of Cabaret #CF466F

Color information

#CF466F (or 0xCF466F) is unknown color: approx Cabaret. HEX triplet: CF, 46 and 6F. RGB value is (207,70,111). Sum of RGB (Red+Green+Blue) = 207+70+111=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF466F is #30B990. Grayscale: #737373. Windows color (decimal): -3193233 or 7292623. OLE color: 7292623.

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

Color convert

RGB20770111-
CMYK00.660.460.19
HSL342.04º58.8%54.31%-
HSV(B)342.04º66.18%81.18%-
XYZ30.7918.7917.04-
YUV115.64125.39193.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=53.35%
G=18.04%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077011100.660.460.19342.0458.854.31
HexCF466F0422E131563b36
Octal317106157010256235267366
Binary11001111100011011011110100001010111010011101010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF466F; }

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

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

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

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

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

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

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

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