#CF466C

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

Shades of Cabaret #CF466C

Tints of Cabaret #CF466C

Color information

#CF466C (or 0xCF466C) is unknown color: approx Cabaret. HEX triplet: CF, 46 and 6C. RGB value is (207,70,108). Sum of RGB (Red+Green+Blue) = 207+70+108=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF466C is #30B993. Grayscale: #737373. Windows color (decimal): -3193236 or 7096015. OLE color: 7096015.

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

Color convert

RGB20770108-
CMYK00.660.480.19
HSL343.36º58.8%54.31%-
HSV(B)343.36º66.18%81.18%-
XYZ30.6318.7316.19-
YUV115.3123.89193.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=53.77%
G=18.18%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077010800.660.480.19343.3658.854.31
HexCF466C04230131573b36
Octal317106154010260235277366
Binary11001111100011011011000100001011000010011101010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF466C; }

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

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

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

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

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

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

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

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