#CF4671

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

Shades of Cabaret #CF4671

Tints of Cabaret #CF4671

Color information

#CF4671 (or 0xCF4671) is unknown color: approx Cabaret. HEX triplet: CF, 46 and 71. RGB value is (207,70,113). Sum of RGB (Red+Green+Blue) = 207+70+113=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4671 is #30B98E. Grayscale: #737373. Windows color (decimal): -3193231 or 7423695. OLE color: 7423695.

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

Color convert

RGB20770113-
CMYK00.660.450.19
HSL341.17º58.8%54.31%-
HSV(B)341.17º66.18%81.18%-
XYZ30.918.8417.63-
YUV115.86126.39193-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=53.08%
G=17.95%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077011300.660.450.19341.1758.854.31
HexCF46710422D131553b36
Octal317106161010255235257366
Binary11001111100011011100010100001010110110011101010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4671; }

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

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

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

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

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

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

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

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